- Click into "Control Panel". From there, select "System and Security", then select "System". In the left-hand menu bar, select "Advanced system settings". A small window with the title "System Properties" should pop up.
- Click the "Environment Variables…" button under the "Advanced" tab. Another window, entitled "Environment Variables", will display.
- Click the "New…" button under "System variables" text box. In "Variable name", enter "MWLOCALE_TRANSLATED" and in "Variable value", enter "OFF". Click "OK" out of the "New System Variable", "Environment Variables", and "System Properties" window.
How do I change the display language of the MATLAB UI in Windows 7?
34 次查看(过去 30 天)
显示 更早的评论
My MATLAB desktop environment (in Windows 7) is displaying the UI elements in Chinese and I would like them in English. How do I display the UI in English?
采纳的回答
MathWorks Support Team
2015-4-9
In Windows 7, MATLAB displays its UI elements according to the system language, defined as the "system locale" (i.e. if the computer's system locale is Chinese, then MATLAB will display a Chinese UI). MATLAB "decides" to translate the GUI from the default language, English, to the system language when it launches. MATLAB can be kept from translating to the system language if the user defines an environment variable that blocks the translation. The environment variable is called MWLOCALE_TRANSLATED and can be defined as follows:
Setting MWLOCALE_TRANSLATED to "ON" will translate the UI to match the system locale; setting it to "OFF" will display the UI in the default language, English.
2 个评论
Walter Roberson
2017-12-6
In R2017b on OS-X, with my system set to en-CA, there is no preferences->General->Desktop Language.
Walter Roberson
2021-2-17
That is not a language problem: that is a font problem.
A few people have posted with the same kind of issue, but with different lettering showing up. Unfortunately I have not seen anyone post an update indicating what they had to do in order to fix the problem.
更多回答(2 个)
HUNG TRUYEN LUONG
2021-3-3
编辑:HUNG TRUYEN LUONG
2021-3-3
I had the same problem. I solved it.
My OS is win 10, and Matlab version is R2020b.
From Matlab UI --> Home --> Preferences --> General --> Desktop language --> English/ Korea
0 个评论
Andrey Porokhnyuk
2020-1-21
编辑:Andrey Porokhnyuk
2020-1-21
I got the same problem in Matlab R2019b @ Windows 7 x64.
MWLOCALE_TRANSLATED =OFF does not work. (the old information should be erased from Q&A)
switching 環境->設定->コマンドウィンドウ->ロケール to en_US
does not effect anything.
The option was hidden in 一般...
It was written in JAPANESE! Now think about it: how can a user not familiar with Japanese switch it to English, when it is writen as "デスクトップ言語:英語" and hidden below all the other options. This is the first thing I see when starting the software, it should be on TOP, written in big red LATIN letters! And what is デスクトップ?Luckily, I know some Japanese, and it is called ユーザインターフェース(UI), so it took more than a hour searching for a solution.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Platform and License 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!