get_lang_files (line 27)
Get a list of languages files for the given language. ONLY those that are overridden.
array
get_lang_files
([?LANGUAGE_NAME $lang = NULL])
-
?LANGUAGE_NAME
$lang: The language (NULL: uses the current language)
get_lang_file_descriptions (line 141)
Get an array of all the INI description entries in the specified language.
array
get_lang_file_descriptions
(LANGUAGE_NAME $lang, [?ID_TEXT $file = NULL])
-
LANGUAGE_NAME
$lang: The language
-
?ID_TEXT
$file: The language file (NULL: all non-custom language files)
lookup_language_full_name (line 125)
Get the full name of a language. e.g. 'EN' would become 'English'
string
lookup_language_full_name
(LANGUAGE_NAME $code)
-
LANGUAGE_NAME
$code: The language
nice_get_lang_files (line 102)
Get a nice formatted XHTML listed language file selector for the given language.
tempcode
nice_get_lang_files
([?LANGUAGE_NAME $lang = NULL])
-
?LANGUAGE_NAME
$lang: The language (NULL: uses the current language)