[Dynamic UI] Implementing Resource Bundles

The resource bundle file needs to be placed in ${ELIXIR_HOME}/ext/

Locale is defined using the dynamic parameter passed in from the report.

A function is called on Render Begins of the page header to initialise the Resource Bundle.

To test out, the only four set of locale available for this bundle is :-

  • French (fr,FR)
  • German (de,DE)
  • Chinese (zh,CN)
  • Japanese (ja,JP)

Sample on Resource Bundle is available at the following link: Using Resource Bundle

To use the sample :

  1. Download ‘ResourceBundle.zip’ from the above link
  2. Unzip ‘ResourceBundle.zip’ to a folder
  3. Copy ‘Labels.jar’ and place at ${ELIXIR_HOME}\ext
  4. Run Elixir Report Professional
  5. Click on ‘Add FileSystem’ and select ‘Jar FileSystem’
  6. Enter ‘KnowledgeBase’ for Name and locate ‘ResourceBundle.jar’ at the folder that ‘ResourceBundle.zip’ is unzipped to