Changing the Default Language and Locale

You can change the default language and local for the application by modifying the StarTeamCP.stjava file in the root StarTeam directory.

  1. Open the StarTeamCP.stjava text file in any text editor.
  2. Edit the line options=-Xmx256m to be one of the following languages:
    German
    options=-Xmx256m -Duser.language=de -Duser.country=DE
    English
    options=-Xmx256m -Duser.language=en -Duser.country=EN
    French
    options=-Xmx256m -Duser.language=fr -Duser.country=FR
    Japanese
    options=-Xmx256m -Duser.language=ja -Duser.country=JA