How do I use MATLAB in English on my Chinese machine?

13 Ansichten (letzte 30 Tage)
I would like to know if there is a way to get MATLAB in English on my Chinese machine.

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 21 Jan. 2021
Bearbeitet: MathWorks Support Team am 21 Jan. 2021
The default behavior is for MATLAB to come up in Chinese on Chinese machines. In order to display MATLAB in English, please refer to steps below:
For MATLAB R2015a and newer versions:
Go to MATLAB Menu > Preferences > General > Desktop Language > Select the language for the desktop and error messages > English
and then restart MATLAB. Note that the 'Desktop Language' box will only appear in your preferences menu if your computer locale is set to something other than English. 
For MATLAB R2014a and R2014b:
The Chinese content can be disabled by setting an environment variable:
MWLOCALE_TRANSLATED=OFF
If you want to switch it back to Chinese, please use:
MWLOCALE_TRANSLATED=ON
In Windows, the environment variable can be added by right clicking: My Computer => Properties => Advanced System Settings => Advanced => Environment Variables => System Variables. 
To do this on a Mac follow these steps:
1) launch AppleScript Editor, enter the command:do shell script "launchctl setenv MWLOCALE_TRANSLATED OFF"
2) Save (⌘+s) as File format: Application.
3) Open System Settings → Users & Groups → Login Items and add your new application.
4) Restart your computer
In Mac versions earlier than OSx 10.10 (Yosemite) you could instead edit the /etc/launchd.conf file to set your environment variable:
1) In a terminal enter the command:
sudo vi /etc/launchd.conf
2) press i to enter text and add the following line to the file:
setenv MWLOCALE_TRANSLATED OFF
3) press escape, then :wq to save the file and close the text editor.
 
For MATLAB prior to R2014a
Please contact MathWorks Technical Support at: https://www.mathworks.com/support/contact_us.html

Weitere Antworten (1)

Arif Ullah Khan
Arif Ullah Khan am 19 Mär. 2017
Bearbeitet: Arif Ullah Khan am 19 Mär. 2017
go to Home (主页)---Preference (预项设)-----General(常规)------Select the language for the desktop and error messages(选择桌面和错误消息所用的语言), Then restart Matlab

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by