Adding a new locale

You can add localized text for a new locale. This could be required when you need to support a locale that is not present in the base configuration.

In this case, you must do the following:

  1. Create a new schema.display_LOCALE.properties file in the /modules/configuration/config/locale directory.
  2. In this file, add the necessary key/value pairs.
    1. The keys must match the required pattern to identify the appropriate API element.
    2. The value must be the localized text.

Note that each InsuranceSuite instance can have only one schema.display.properties file for a given locale.