Localizing message pop-up Windows in the console
In the Console, message pop-up windows contain literals that must be localized.
About this task
To localize message pop-up windows in the Console:
Procedure
- 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).
- 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).
- 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).
- Edit your exception messages in the files, as required.