Vsphere client和Vsphere web client中英文切换
时间:2021-01-26 12:35:08
收藏:0
阅读:0
使用命令行窗口,定位到vsphere的安装文件夹:
C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher>vpxclient -locale zh_CN
切换到中文
C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher>vpxclient -locale en_US
切换到英文
也可以给快捷方式加上参数运行:右击vsphere client快捷方式图标-属性-目标-填写以下内容(根据自生情况设置),重要的一点就是在最后面加上参数就OK了
"C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe" -locale zh_CN
"C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe" -locale zh_CN
(这是WIN7系统64位的快捷方式地址)
对于vSphere Client界面语言的更改 关于webclient界面语言的更改
其实和client端修改的方法差不多,只需要在我们的登陆地址后面加入一个参数 /?locale=en_US 或者 /?locale=zh_CN 即可。
例如:https://hostname:9443/vsphere-client/?locale=en_US 即可将本来是中文的登陆界面改为英文。
评论(0)