How to make the MAC system CrossOver support the running of Chinese software

  
When we run Windows software on a MAC computer, there are always various problems, so many users will install CrossOver on their own MAC, so that they can run Windows software smoothly. However, CrossOver does not use Chinese by default. For our convenience, how can we set CrossOver to Chinese? 1. Temporarily change the language: If you only want to change this time, you can do this: Open the terminal (“Applications & rdquo; Utilities & rdquo; " " Terminal”), enter the following command to open CrossOver:LANG =zh_CN.UTF-8 open CrossOver where zh_CN is changed to zh_TW can use traditional. 2, permanently change the CrossOver language: Right-click on the CrossOver.app package, select “ display package contents & rdquo;, then enter the folder: Contents, SharedSupport, CrossOver, bin. Find <;wine”, right click and open with TextEdit (text editor). Drag the scroll bar to the end, find “exec $cmd, @wine_args, @args”, add a line in front: $ENV{LANG} = “zh_CN.UTF-8”; If the above content can be modified if zh_CN is zh_TW Traditional. The last few lines of the modified file should look like this: # Start Wine if ($log or CXLog::is_on()) { print STDERR “\ ** ”,scalar(localtime(time)),“\ &rdquo ;; print STDERR “Starting ‘”,join(“’ ‘”,$cmd,@wine_args),“’\ ”; print STDERR “‘”,join(&ldquo ;’ ‘”,@args),“’\ \ ”; } $ENV{LANG} = “zh_CN.UTF-8”; exec $cmd, @wine_args, @args or cxerr( “unable to start ‘$cmd’: $!\ ”); exit 1; 3. Verify that the modification was successful. Open CrossOver, select Configure, Manage Bottles, and then navigate to the “Control Panel” tab and run the “wine configuration” program. If the pop-up window is Chinese, the modification is successful. The above is the way to change the language of the CrossOver interface. If you don't know how to modify the language of CrossOver, then try this method. This article comes from [System Home] www.xp85.com
Copyright © Windows knowledge All Rights Reserved