Legacy platform

Support English locale user to display English UI in a non-English installation and deployment

Support English locale user to display English UI in a non-English installation and deployment.

Problem

Support English Locale User to Display English UI in a non-English Installation and Deployment.

Solution

To support an English locale user for non-English installation and deployment, perform the following steps:

  1. Copy all the <INSTALL_DIR>/resources/*.properties files and save them as <INSTALL_DIR>/resources/*_en.properties.
  2. Create the resource JAR using the following command:

    For Windows®: <INSTALL_DIR>/bin/deployer.cmd -t resourcejar

    For Unix: <INSTALL_DIR>/bin/deployer.sh -t resourcejar

  3. Rebuild and redeploy EAR by following the instructions for your application server type.