message box title bar and questdlg box buttons are displaying in Japanese language.
6 ビュー (過去 30 日間)
古いコメントを表示
Hi
I am using Matlab of Japanese version. I am using a message box and a questdlg box in a .m file. Now i want the title of the message box and buttons in questdlg box to be displayed in English. Even though i provide parameters to message box and questdlg box in English, its been displaying in Japanese.
Kindly help.
0 件のコメント
回答 (1 件)
TED MOSBY
2025 年 6 月 4 日
Hi Madhu,
MATLAB decides what language to use for every built-in dialog (button captions, default titles, menu text, error messages, …) from the “Desktop language” setting that you picked when MATLAB started. Hence you can change the language for the MATLAB session to English. Here is how you can navigate to the setting:
Home ▸ Environment ▸ Settings ▸ MATLAB > General ▸ Desktop language → English.
Then restart MATLAB.
Here is the documentation for this:
Hope this helps!
1 件のコメント
Walter Roberson
2025 年 6 月 4 日
Note that the answer to this question was different back in 2012, which did not support the Desktop language preference.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!