JLanguageLanguages/translation handler class
Located in /libraries/joomla/language/language.php (line 24)
											boolean
										load
											([string $extension = 'joomla'], [string $basePath = JPATH_BASE], [string $lang = null], [boolean $reload = false], [boolean $default = true])
									
		
			static array
			$languages
			 = array()			(line 32)
		
	Array of JLanguage objects
		
			integer
			$counter
			 =  0			(line 120)
		
	Counter for number of loads.
		
			boolean
			$debug
			 =  false			(line 40)
		
	Debug language, If true, highlights if string isn't found.
		
			string
			$default
			 =  'en-GB'			(line 48)
		
	The default language, used when a language file in the requested language does not exist.
		
			array
			$errorfiles
			 = array()			(line 96)
		
	List of language files that are in error state
		
			callable
			$ignoredSearchWordsCallback
			 =  null			(line 152)
		
	Name of the ignoredSearchWordsCallback function for this language.
		
			string
			$lang
			 =  null			(line 80)
		
	The language to load.
		
			array|boolean
			$locale
			 =  null			(line 72)
		
	Array holding the language locale or boolean null if none.
		
			callable
			$lowerLimitSearchWordCallback
			 =  null			(line 160)
		
	Name of the lowerLimitSearchWordCallback function for this language.
		
			array
			$metadata
			 =  null			(line 64)
		
	Array holding the language metadata.
		
			array
			$orphans
			 = array()			(line 56)
		
	An array of orphaned text.
		
			array
			$override
			 = array()			(line 128)
		
	An array used to store overrides.
		
			array
			$paths
			 = array()			(line 88)
		
	A nested array of language files that have been loaded
		
			callable
			$pluralSuffixesCallback
			 =  null			(line 144)
		
	Name of the pluralSuffixesCallback function for this language.
		
			callable
			$searchDisplayedCharactersNumberCallback
			 =  null			(line 176)
		
	Name of the searchDisplayedCharactersNumberCallback function for this language.
		
			array
			$strings
			 = array()			(line 104)
		
	Translations
		
			string
			$transliterator
			 =  null			(line 136)
		
	Name of the transliterator function for this language.
		
			callable
			$upperLimitSearchWordCallback
			 =  null			(line 168)
		
	Name of the uppperLimitSearchWordCallback function for this language.
		
			array
			$used
			 = array()			(line 112)
		
	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