matlab 프로그램을 영어로 바꾸고 싶으면 어떻게 하나요?

4 ビュー (過去 30 日間)
eun ji park
eun ji park 2020 年 3 月 20 日
回答済み: Prabhan Purwar 2020 年 3 月 26 日
한글로 되어있는데 영어로 바꾸고 싶어요 방법알려주세요

回答 (1 件)

Prabhan Purwar
Prabhan Purwar 2020 年 3 月 26 日
Hi,
In Windows, MATLAB displays its UI elements according to the system language, defined as the "system locale" (i.e. if the computer's system locale is Korean, then MATLAB will display a Korean UI). MATLAB "decides" to translate the GUI from the default language, English, to the system language when it launches. MATLAB can work upon system language (English) if the user defines an environment variable that blocks the translation. The environment variable is called MWLOCALE_TRANSLATED and can be defined as follows:
  1. 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.
  2. Click the "Environment Variables…" button under the "Advanced" tab. Another window, entitled "Environment Variables", will display.
  3. 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.
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.
Hope it helps!!

カテゴリ

Help Center および File Exchange시작과 종료 についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!