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 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:
  • Display text of all menu items
  • All retailer or supplier terminologies
  • Descriptions and variable names defined in business process rules, rulebase, and workflows which are displayed on UI.
  • Any generic text displayed on UI.
  • User-specified text which needs translation and is displayed on UI.
UserText.properties
Resource bundle that contains dynamically created informational, error, or warning messages displayed on the user interface.