Locales
Locales describe a language as spoken in a particular country. It also defines country and language dependent formating, such as what day a week begins on and how numbers are formatted.
A number of locales are installed on your server and come preconfigured in Jadu, but on occasion you may need to define or edit a new locale.
Navigating to the Locales area
- Click the Settings icon in the left navigation bar. The Settings menu will open.
- Click the Locales link in the fourth group of links. The list of "Locales" will now be shown.
Locales fields
Field | Notes | Required? |
---|---|---|
Locale name | The name of the locale. | ✅ |
Language code | Two-letter ISO 639-1 language code. eg. en | ✅ |
Country code | Two-letter ISO 3166-1 country code. eg. uk | ✅ |
Unix locale code | Unix locale code eg. en_GB.utf8 | |
Windows locale code | Windows locale code eg. english_united-kingdom.1252 | |
Default code page | Default character encoding. eg. cp1252 |
tip
The general syntax for locales is: language[_country][.charset]
(with information in brackets being optional).