Manual:$wgDefaultLanguageVariant
Language, regional and character encoding settings: $wgDefaultLanguageVariant | |
---|---|
Default language variant. |
|
Introduced in version: | 1.9.0 (r18754) |
Removed in version: | Still in use |
Allowed values: | (string) or false |
Default value: | false |
Other settings: Alphabetical | By function |
Details
editDefault variant code, if false, the default will be the language code. Only works when it is defined as a variant in the LanguageConverter class of that language.
Usage
editIn LocalSettings.php
, one may set:
$wgLanguageCode = "sr";
$wgDefaultLanguageVariant = "sr-el";
This will use Serbian system messages in Latin-script, but report for javascript the simple contentlanguage="sr".