/sources/lang2.php

Description
Functions
get_lang_files (line 27)

Get a list of languages files for the given language. ONLY those that are overridden.

  • return: The language files
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.

  • return: The language descriptions
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'

  • return: The full name of the language
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.

  • return: The language file selector
tempcode nice_get_lang_files ([?LANGUAGE_NAME $lang = NULL])
  • ?LANGUAGE_NAME $lang: The language (NULL: uses the current language)

Documentation generated on Sun, 02 Jan 2011 23:17:01 +0000 by phpDocumentor 1.4.3