Message 1 of 2
how to get max used anguage via MaxPlus ?

Not applicable
11-04-2019
12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Max Scripts, i can get the 3ds Max Language via
sysinfo.getMaxLanguage() #(9, 1, "ENU", "English (United States)", "en-US")
I need to get it in py scripts, but i can not fine the similar funcion in MaxPlus.py.
Does it can be implemented ?