7.1 Adding New Language

Implementer can add new language in the application by adding new row in DIGX_FW_ENUM_REPRESENTATIONS table.

Example: For French implementer can run following script respectively on OBDX Schema.

Note:

For each new language, all entries of locales including itself need to be maintained.

Adding new language

Column Explanation:

  1. user_locale – The locale for which respective enumeration representation is required.
  2. Enum_value – Code Value of enumeration that will be used in business logic
  3. Enum_name – Can be same as Enum_value (it doesn’t take part in translation)
  4. enum_representation – Actual value displayed on screen.