Package: Joomla\CMS\Language
Copyright: (C) 2005 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Language/Language.php
protected static \Joomla\CMS\Language\Language[]
$languages
Array of Language objects
Since
protected bool
$debug
Debug language, If true, highlights if string isn't found.
Since
protected string
$default
The default language, used when a language file in the requested language does not exist.
Since
protected array
$orphans
An array of orphaned text.
Since
protected array
$metadata
Array holding the language metadata.
Since
protected array|bool
$locale
Array holding the language locale or boolean null if none.
Since
protected string
$lang
The language to load.
Since
protected array
$paths
A nested array of language files that have been loaded
Since
protected array
$errorfiles
List of language files that are in error state
Since
protected array
$used
An array of used text, used during debugging.
Since
protected int
$counter
Counter for number of loads.
Since
protected array
$override
An array used to store overrides.
Since
protected string
$transliterator
Name of the transliterator function for this language.
Since
protected callable
$pluralSuffixesCallback
Name of the pluralSuffixesCallback function for this language.
Since
protected callable
$ignoredSearchWordsCallback
Name of the ignoredSearchWordsCallback function for this language.
Since
protected callable
$lowerLimitSearchWordCallback
Name of the lowerLimitSearchWordCallback function for this language.
Since
protected callable
$upperLimitSearchWordCallback
Name of the upperLimitSearchWordCallback function for this language.
Since
protected callable
$searchDisplayedCharactersNumberCallback
Name of the searchDisplayedCharactersNumberCallback function for this language.
Since