| Function
Name |
Description |
| CurrentLanguageExtension() |
Returns the current
language extension |
| FirstLanguage() |
Returns the name and
extension of the first language from the
language list. |
| GetLanguage() |
Returns the current
language and extension |
| GetLanguageExtension() |
Returns the specified
language extension |
| GetLanguageName() |
Returns the specified
extension's language |
| GetLanguageSection() |
Returns the INI file
section name for the specified language |
| InstallCustomLanguages() |
Installs a new language
list, called by SetLanguage() to change
the language dynamically. |
| InstallINIFile() |
Creates the multilingual
environment as specified in the passed
INI file settings. |
| InstallLanguage() |
Adds the specified
language and its extension to the list of
existing languages. |
| InstallLanguages() |
Adds the languages list
and sets the current language. |
| InstallMessageManager() |
Creates an instance of
uo_InstallMessageManager user object. |
| LanguageDependent() |
Returns the object name
for the specified language. |
| NextLanguage() |
Returns the next
language from the list of installed
languages. |
| Reset() |
Clears the language
list. |
| SetLanguage() |
Sets the specified
language and extension as the current
language |
| SetLanguageName() |
Changes the language
name to the specified language |
| SetLanguageSection() |
Sets the language
section to the specified one. |
| StripPath() |
Strips the directory
name from the full filename. |
| UsedLanguage() |
Returns the specified
language. |