安装和升级 > 安装和配置指南 > 高级配置 > 更改论坛和笔记本语言
  
更改论坛和笔记本语言
要拥有一个本地化笔记本文件夹和本地化论坛文件夹,需要在 Windchill shell 中通过以下命令使用 xconfmanager 并使用所需语言代码对 wt.properties 文件进行更新。在本例中,正在配置日语 "_ja"。
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