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

조회 수: 12 (최근 30일)
I would like to know if there is a way to get MATLAB in English on my Chinese machine.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2021년 1월 21일
편집: MathWorks Support Team 2021년 1월 21일
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

추가 답변 (1개)

Arif Ullah Khan
Arif Ullah Khan 2017년 3월 19일
편집: Arif Ullah Khan 2017년 3월 19일
go to Home (主页)---Preference (预项设)-----General(常规)------Select the language for the desktop and error messages(选择桌面和错误消息所用的语言), Then restart Matlab

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by