Extended language API in Internationalization 6
This is an extended language API to be used by modules in i18n package.
File
- ./
i18n.module, line 824 - Internationalization (i18n) module.
Functions
Name | Location | Description |
---|---|---|
i18n_array_variable_get |
./ |
Utility. Get part of array variable. |
i18n_array_variable_set |
./ |
Utility. Set part of array variable. |
i18n_default_language |
./ |
Returns default language code. |
i18n_language_list |
./ |
Returns language lists. |
i18n_supported_languages |
./ |
Get list of supported languages, native name. |
i18n_variable |
./ |
Get list of multilingual variables or check whether a variable is multilingual |
i18n_variable_del |
./ |
Unset a persistent multilingual variable. |
i18n_variable_get |
./ |
Get single multilingual variable |
i18n_variable_set |
./ |
Set a persistent language dependent variable. |