ResourceBundle Configuration
A ResourceBundle Configuration holds information on where to load the ResourceBundle from using the fallback chain and terminologies. The location is retrieved from the bundleUrl
and bundleName
parameters The locale used is influenced by the supportedLocales
and fallbackLocale
parameters Terminologies of this ResourceBundle are loaded via the terminologies
parameter
Note: If omitted, the supportedLocales and the fallbackLocale are inherited from the parent ResourceBundle Configuration
Node | Description |
---|
Method | Description |
---|