How to make Mac system crossover support Chinese software running

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.