Installation and Upgrade > Installation and Configuration Guide > Advanced Configurations > Changing Forum and Notebook Languages
  
Changing Forum and Notebook Languages
In order to have localized notebook folders and localized forum folders, the wt.properties file need to be updated using xconfmanager with the following commands in Windchill shell, using the language code that you want. In this example, Japanese, “_ja” is being configured.
xconfmanager -s wt.notebook.notebookTemplateXMLFile=$
(wt.xmlLoadFileDirectory)$
(dir.sep)notebookTemplate_ja.xml -t codebase/wt.properties -p
xconfmanager -s wt.notebook.object_notebookTemplateXMLFile=$
(wt.xmlLoadFileDirectory)$
(dir.sep)object_notebookTemplate_ja.xml -t codebase/wt.properties -p
xconfmanager -s wt.workflow.forum.objectForumTemplateXMLFile=$
(wt.xmlLoadFileDirectory)$
(dir.sep)objectForumTemplate_ja.xml -t codebase/wt.properties -p
xconfmanager -s wt.workflow.forum.projectForumTemplateXMLFile=$
(wt.xmlLoadFileDirectory)$
(dir.sep)forumTemplate_ja.xml -t codebase/wt.properties -p