$language
in developer/globals.php
An object containing the information for the active language.
Example values:
- 'language' => 'en',
- 'name' => 'English',
- 'native' => 'English',
- 'direction' => 0,
- 'enabled' => 1,
- 'plurals' => 0,
- 'formula' => '',
- 'domain' => '',
- 'prefix' => '',
- 'weight' => 0,
- 'javascript' => ''
<?php
global $language;
?>
Login or register to post comments 