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.
Column Explanation:
- user_locale – The locale for which respective enumeration representation is required.
- Enum_value – Code Value of enumeration that will be used in business logic
- Enum_name – Can be same as Enum_value (it doesn’t take part in translation)
- enum_representation – Actual value displayed on screen.
Parent topic: Language Pack