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
Default 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
In 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".
See also
- Manual:Language
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.