Servigistics InService Customization > Customizing Languages and Locales > Removing Languages
  
Removing Languages
Removing a language from the language menu in the global actions area
To remove a language from the language dropdown in the global header area of the user interface,:
1. Edit the SCLanguageRB.rbInfo files in the following directories, removing entries corresponding to the locale being removed
a. <WT_HOME>/src/com/ptc/sc/preference/language
b. <WT_HOME>/wtCustom/com/ptc/sc/preference/language
2. From within a Windchill shell, run the following command to build the resource bundle:
a. On a Windows system:
ResourceBuild com.ptc.sc.preference.language true -Dbundle.output=%WT_HOME%\codebase.war
b. On a UNIX system:
ResourceBuild.sh com.ptc.sc.preference.language true -Dbundle.output=<WT_HOME>/codebase.war
3. Verify that the SCLanguageRB*.RB.ser files were generated correctly in <WT_HOME>/codebase.war/com/ptc/sc/preference/language directory.
4. Restart the Servigistics InService server for the change to take effect.
5. At this point, the language is no longer available in the language menu in the global action area.
Removing a language from the document content language menu in the footer area
There is no need to do anything with the document content menu since it is driven from the actual available translations in the system.