There are always problems when we run Windows software on a Mac computer, so many users will install crossover on their Macs so they can run Windows software smoothly. However, crossover default does not use Chinese, in order to make our use more convenient, how can we set the crossover into Chinese?
1. Temporarily change language:
If you only want to change this once, then you can do this:
Open the terminal (application "utility" "terminal"), and enter the following command to open CROSSOVER:LANG=ZH_CN. UTF-8 Open CrossOver
The ZH_CN change to ZH_TW can be used in traditional Chinese.
2. Permanently change the crossover language:
Right-click the Crossover.app package, select "Show Package Content", and then enter the folder: Contents, Sharedsupport, CrossOver, bin. Locate "Wine", right-click, and Open with TextEdit (text editor).
Scroll to the end and find the exec $cmd, @wine_args, @args, preceded by one line: $ENV {LANG} = "ZH_CN. UTF-8 ";
The above content if modify ZH_CN for ZH_TW can use traditional.
Modify the finished file at the end of a few lines should be like this:
# Start Wine
if ($log or cxlog::is_on ())
{
Print STDERR "n**", Scalar (localtime (time)), "n";
Print STDERR "Starting '", Join ("'", $cmd, @wine_args), "' N";
Print STDERR "'", Join ("'", @args), "' NN ';
}
$ENV {LANG} = "ZH_CN. UTF-8 ";
exec $cmd, @wine_args, @args
or Cxerr ("Unable to start ' $cmd ': $!n");
Exit 1;
3, verify that the modification is successful.
Open crossover, select Configure,manage bottles, then navigate to the Control Panel tab, run the Wine configuration program, and if the pop-up window is the Chinese interface, the modification succeeds.
The above is the way to change the language of the crossover interface, if you do not know how to modify the language of crossover, then try this method.
Note : More wonderful tutorials Please pay attention to the triple computer tutorial section, triple Computer office group: 189034526 welcome you to join