Hi friend,
i installed VMware Workstation 10.0.1 build-1379776 for linux in my computer, the display language is English, how to change it to Chinese?
my environment:
# cat /etc/fedora-release
Fedora release 20 (Heisenbug)
# uname -r
3.13.6-200.fc20.x86_64
# locale
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
I try to modify the following files, but nothing happend.
# vim /etc/vmware/hostd/config.xml ...... <locale> <DefaultLocale>en_US</DefaultLocale> <InstallPath>./local/</InstallPath> </locale> .....
I checked the log file and found the following content.
# vim /tmp/vmware-root/vmware-ui-5767.log
2014-03-24T02:11:00.290+08:00| vmui| I120: Log for VMware Workstation pid=5767 version=10.0.1 build=build-1379776 option=Release
2014-03-24T02:11:00.290+08:00| vmui| I120: The process is 64-bit.
2014-03-24T02:11:00.290+08:00| vmui| I120: Host codepage=UTF-8 encoding=UTF-8
2014-03-24T02:11:00.290+08:00| vmui| I120: Host is Linux 3.13.6-200.fc20.x86_64 Fedora release 20 (Heisenbug)
2014-03-24T02:11:00.271+08:00| vthread-3| I120: Using GTK 2.24.22
2014-03-24T02:11:00.286+08:00| vthread-3| I120: UTIL: Change file descriptor limit from soft 1024,hard 4096 to soft 4096,hard 4096.
2014-03-24T02:11:00.288+08:00| vmui| I120: Msg_Reset:
2014-03-24T02:11:00.288+08:00| vmui| I120: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
...........
2014-03-24T02:11:00.288+08:00| vmui| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
2014-03-24T02:11:00.289+08:00| vmui| I120: Msg_Reset:
2014-03-24T02:11:00.289+08:00| vmui| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/config": No such file or directory.
...........
2014-03-24T02:11:07.375+08:00| vmui| I120: CDS: Initializing a CDS updater client 1.0 for product ws-linux, version 10.0.1 (workspace /tmp/vmware-root)
2014-03-24T02:11:07.661+08:00| vmui| I120: LOCALE zh_CN.UTF-8 -> NULL
2014-03-24T02:11:07.661+08:00| vmui| I120: Foundry Init: setting up global state (1 poll threads, 0 worker threads).
............
Finally, think you for your help.