Localizing the resource bundles in eclipse

About this task

To localize the Eclipse platform resource bundles:

Procedure

  1. Modify the Rich Client Platform application's *.ini file to provide the appropriate program arguments to use the language pack. You can find the *.ini file for the Rich Client Platform application in the <INSTALL_DIR>/bin/rcpdrop/<OPERATING_SYSTEM>/<PCA_DIR>/ directory.

    Here, <INSTALL_DIR> refers to the directory in which you have installed Sterling Selling and Fulfillment Foundation.

    For example, if you want to run the Sterling COM PCA in debug mode, edit the <INSTALL_DIR>/bin/rcpdrop/<OPERATING_ SYSTEM>/com/com.ini file.

  2. In the *.ini file, add one of the following arguments:
    • Program arguments
         -nl
         <locale_code>
         
    • VM arguments
         -Duser.language=<language_code>
      Note: You must enter the program arguments before the VM arguments. Also, ensure that the program arguments are separated by a line break.