Localizing message pop-up Windows in the console

About this task

In the Console, message pop-up windows contain literals that must be localized.

To localize message pop-up windows in the Console:

Procedure

  1. Copy the <INSTALL_DIR>/repository/eardata/platform/war/common/alertmessages.js file and save it as <INSTALL_DIR>/repository/eardata/platform/war/common/alertmessages_<language>_<country>.js, (with all translations in escaped Unicode format).
  2. Copy the <INSTALL_DIR>/repository/eardata/smcfswar/ysc/scripts/yscalertmessages.js file and save it as <INSTALL_DIR>/repository/eardata/smcfswar/ysc/scripts/yscalertmessages_<language>_<country>.js (with all translations in escaped Unicode format).
  3. Copy the <INSTALL_DIR>/repository/eardata/smcfs/war/ysc/scripts/yscalertmessages.js file and save it as <INSTALL_DIR>/repository/eardata/smcfs/war/ysc/scripts/yscalertmessages_<language>_<country>.js (in UTF-8 encoding format).
  4. Edit your exception messages in the files, as required.