Language used in the env
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
Is there any possibility checkibg what language is used in the MATLAB and Simulink enviornment or is there any way to check what re the preference settings enebaled in the enviornment.
댓글 수: 4
Steven Lord
2023년 12월 6일
And how to get that information likely depends on what OS you're using. I'm not sure the same command would necessarily work on Windows, Linux, and Mac.
채택된 답변
Ayush Anand
2023년 12월 11일
Hi Jacob,
You can use the following command to get the language preference set in MATLAB:
locale = get(0, 'Language')
Since Simulink is integrated with MATLAB, it follows the same locale settings that MATLAB uses. Therefore, the command mentioned above should also reflect the language being used in the Simulink environment.
You can refer to the following page to read more on language preference in MATLAB:
I hope this helps resolve your query.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!