Install Additional Languages into an Existing Environment

Following are steps to add new languages to a pre-installed application:

You can add languages before or after the application upgrade.
  1. Stop the application nodes.

  2. Take the backup of the database.

  3. Create an ohi_install.cfg file using the ohi_install.cfg.template file available in the <OHI_ROOT>/util/install directory.

  4. Edit the configuration file with the database connection and other configuration settings for your environment. The file explains the settings.

  5. Fill in the following information to use the file:

    ohi-add-new-languages.sh [-c <LOCATION OF ohi-install.cfg>] [-e <ENVIRONMENT>] [--addLanguages=language1,language2]
    • The --addLanguages=language1,language2 option adds different languages.

    • The -c <path of ohi_install.cfg> option is for the location of the configuration file. The default filename is ohi_install.cfg.

    • The -e environment name option is for the environment name.

    Do not add already-installed or unknown languages as parameters as the installer ignores them.
  6. Run the ohi-add-new-languages.sh script from the <OHI_ROOT>/util/install directory.

  7. After adding the languages, start the application nodes

  8. To switch to another language, use the Preferences menu.