在我们使用NX软件的时候,有时在同一台电脑上需要同时使用简体中文或者英文,或者同时安装两个版本NX软件,一个简体中文版,一个英文版(包括其它国家语言)。
这个时候我们就需要一些特别的方法来实现。
第一种:同一个NX版本需要不同的软件语言界面(假设同一台电脑使用NX1847简体中文版、英文版)
电脑桌面上新建一个文本文档,然后输入以下文本:
set UGII_LANG=simpl_chinese
start "title" "%UGII_BASE_DIR%\NXBIN\ugraf.exe"
另存为—保存类型选择所有文件,输入:NX简体中文版.bat
然后把文本改成:
set UGII_LANG=english
start "title" "%UGII_BASE_DIR%\NXBIN\ugraf.exe"
另存为—保存类型选择所有文件,输入:NX英文版.bat
这样,我们分别双击打开NX简体中文版.bat和NX英文版.bat就可以启动简体中文版和英文版的界面,当然,还可以设置其它国家语言,NX环境变量值在这里查看。
======================================================
第二种:不同的NX版本,不同的软件语言界面(假设NX1847简体中文版、NX12.0英文版)
分别打开NX1847和NX12.0程序所在目录下的:ugii_env.dat文件。
文件路径是:
C:\Program Files\Siemens\NX\UGII\ugii_env.dat
C:\Program Files\Siemens\NX 12.0\UGII\ugii_env.dat
NX1847改成以下:
#
# Copyright 1991 - 2013 Siemens Product Lifecycle Management Software Inc.
# All Rights Reserved.
#
###############################################################################
#
#
# This file should be used to override any standard NX environment variables.
# The values defined here will take precedence over the NX values. This file
# will not be overwritten by an MR installation.
#
# Override any variables here.
UGII_LANG=simpl_chinese
#
NX12.0改成以下:
#
# Copyright 1991 - 2013 Siemens Product Lifecycle Management Software Inc.
# All Rights Reserved.
#
###############################################################################
#
#
# This file should be used to override any standard NX environment variables.
# The values defined here will take precedence over the NX values. This file
# will not be overwritten by an MR installation.
#
# Override any variables here.
UGII_LANG=english
#
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!