Resource Bundles
You can localize the strings from the following components:
- HTML pages
- JavaScript files
- Database tables
- Strings displayed on the UI
- Error messages displayed on the UI
To localize these strings, use the following resource bundles:
Resource Bundle | Description |
---|---|
htmlresources.properties |
Resource bundle that contains static strings from all HTML pages in the UTF-8 format. |
jsresources.properties |
Resource bundle that contains strings from JavaScript files and the JavaScript section of the HTML files. |
SharedDBStringResources.properties |
Resource bundle that contains user interface strings from selected tables of the database. |
SharedStringResources.properties |
Resource bundle that contains: |
UserText.properties |
Resource bundle that contains dynamically created informational, error, or warning messages displayed on the user interface. |
Copyright © Cloud Software Group, Inc. All rights reserved.