Manual:$wgLang
Jump to navigation
Jump to search
objeto Global: $wgLang | |
---|---|
Idioma do usuário | |
Classe: | Language |
Localizado em: | Language.php |
Detalhes
The user language object is the language object selected in user preferences.
It is one of two global language objects, the other being $wgContLang
.
See the page Manual:Idioma for more information.
$wgLang
is initialized towards the end of setup; some hooks are called earlier than that and should avoid using it.
When in doubt use $wgUser->isSafeToLoad()
to check.
Often used Methods
This is not an exhaustive list, view class above to see a complete listing.
$wgLang->commaList( $list )
- delimit a list of strings according to the conventions of the user's language
$wgLang->getCode()
- return the user's language code, for example "en"