Public Member Functions | |
I18N () | |
GetLanguage () | |
SetLanguage ($lang) | |
& | GetInstance () |
Language ($list, $lang="") | |
Public Attributes | |
$language | |
The environment language. | |
$domain |
Definition at line 25 of file I18N.class.php.
|
Initializes the i18n environment taking the current language from the HTTP_ACCEPT_LANGUAGE tag of the user navigator Definition at line 35 of file I18N.class.php. Referenced by GetInstance(). |
|
Gets an unique instance of this class
Definition at line 69 of file I18N.class.php. References I18N(). Referenced by Language(). |
|
Gets the current environment language
Definition at line 51 of file I18N.class.php. |
|
Static method that gets a list and a language and returns the element in the list with the apropiated language. If no language is given, it will use the default language in the system.
Definition at line 88 of file I18N.class.php. References $i18n, and GetInstance(). Referenced by Group::AddModule(), and Group::SetModuleName(). |
|
Sets the current environment language
Definition at line 60 of file I18N.class.php. |
|
Definition at line 28 of file I18N.class.php. |
|
The environment language.
Definition at line 27 of file I18N.class.php. |