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.groovyConfig.propertiesConfig_de.groovyConfig_de.propertiesConfig_de_CH.groovyConfig_de_CH.propertiesConfig_de_CH_Basel.groovyConfig_de_CH_Basel.properties