Configure Mapper for Multiple Locales

This step is optional and is required if Node Generation Process explained in the previous section is done.
To configure mapper for multiple locales:
  1. Duplicate the data in REVELEUS_MASTER table with different locales in LOCALE_ID column.
  2. Translate V_OBJECT_DESC column in REVELEUS_MASTER table to the desired locale.
  3. Duplicate data in LOCALE_ID column in REV_MAST_MAP_ITEMS table for different LOCALE_ID.
    Example:
    An existing mapper namely Mapper A (created in any locale) can be translated into other locales as indicated in the following example:
    1. Login to the configuration schema and duplicate the data in REVELEUS_MASTER table by changing the locale in LOCALE_ID column.
    2. Change V_OBJECT_DESC for the corresponding locale in REVELEUS_MASTER table.
    3. Duplicate the data in REV_MAST_MAP_ITEMS table by changing locale in LOCALE_ID column.

      Note:

      2nd and 3rd steps need to be performed for all the locales to which you wish to translate mapper A.