5.3.1 Internationalization Support - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
5.3.1 Internationalization Support
Configuration files are i18n aware which means you can append locale specific strings to a configuration file, for exampleConfig_de_CH.groovy
. Locale suffixes are resolved from least to most specific; for a locale with language = 'de', country = 'CH' and variant = 'Basel' the following files are loaded in order
Config.groovy
Config.properties
Config_de.groovy
Config_de.properties
Config_de_CH.groovy
Config_de_CH.properties
Config_de_CH_Basel.groovy
Config_de_CH_Basel.properties