Localizing factory setup
The database factory default values can be localized for a factory setup, enabling the use of one or more locales in addition to the installed locale.
About this task
If a resource
is missing for a locale, the lookup goes to the respective language
resource, and if not found there, the lookup goes to the default resource.
For example, if a French Canadian user logs in, the system will look
for translation of Canadian French resources. If not found, the system
looks for translation of French resources. If not found, the default
resource is used. So with the locale fr_CA, if the bundle entry is
not found, the lookup will proceed in the following order:
- bundlefile_fr_CA.properties
- bundlefile_fr.properties
- bundlefile.properties
To localize the factory default XML and user-configured attributes for multiple locales: