Creating Locale-Specific Resource Bundles
Procedure
- Copy of the resource bundle with the English strings. Suffix the copied resource bundle with the language code and country code (optional). For example, if you plan to create Japanese locale resource bundle, copy file htmlresources.properties file to htmlresources_ja.properties.
- Translate the strings in the resource bundles manually into the required user-specific locale.
- Save the property file in the UTF-8 format. Convert it into the ASCII format using the Ant build script (native2ascii).
- Rebuild the ECM.ear file.
Copyright © Cloud Software Group, Inc. All rights reserved.