Languages/translation handler class
Located in /libraries/joomla/language/language.php (line 24)
Array of JLanguage objects
Counter for number of loads.
Debug language, If true, highlights if string isn't found.
The default language, used when a language file in the requested language does not exist.
List of language files that are in error state
Name of the ignoredSearchWordsCallback function for this language.
The language to load.
Array holding the language locale or boolean null if none.
Name of the lowerLimitSearchWordCallback function for this language.
Array holding the language metadata.
An array of orphaned text.
An array used to store overrides.
A nested array of language files that have been loaded
Name of the pluralSuffixesCallback function for this language.
Name of the searchDisplayedCharactersNumberCallback function for this language.
Translations
Name of the transliterator function for this language.
Name of the uppperLimitSearchWordCallback function for this language.
An array of used text, used during debugging.
Checks if a language exists.
This is a simple, quick check for the directory that should contain language files for the given user.
Returns a language object.
Returns a list of known languages for an area
Get the path to a language
Returns a associative array holding the metadata.
Searches for language directories within a certain base dir.
Parse XML file for language information.
Constructor activating the default information of the language.
Get a metadata language property.
Get a list of language files that are in error state.
Returns an array of ignored search words
Getter for ignoredSearchWordsCallback function.
Returns a lower limit integer for length of search words
Getter for lowerLimitSearchWordCallback function
Get a list of language files that have been loaded.
Returns an array of suffixes for plural rules.
Getter for pluralSuffixesCallback function.
Returns the number of characters displayed in search results.
Getter for searchDisplayedCharactersNumberCallback function
Returns an upper limit integer for length of search words
Getter for upperLimitSearchWordCallback function
Get the list of used strings.
Used strings are those strings requested and found either as a string or a constant.
Determines is a key exists.
Loads a single language file and appends the results to the existing strings
Loads a language file.
This method will not note the successful loading of a file - use load() instead.
Parses a language file.
Set the Debug property.
Set the default language code.
Setter for the ignoredSearchWordsCallback function
Set the language attributes to the given language.
Once called, the language still needs to be loaded using JLanguage::load().
Setter for the lowerLimitSearchWordCallback function.
Set the pluralSuffixes function.
Setter for the searchDisplayedCharactersNumberCallback function.
Set the transliteration function.
Setter for the upperLimitSearchWordCallback function
Transliterate function
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents".
Translate function, mimics the php gettext (alias _) function.
The function checks if $jsSafe is true, then if $interpretBackslashes is true.
Documentation generated on Tue, 19 Nov 2013 15:06:25 +0100 by phpDocumentor 1.4.3