Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

how to get max used anguage via MaxPlus ?

how to get max used anguage via MaxPlus ?

Anonymous
Not applicable
400 Views
1 Reply
Message 1 of 2

how to get max used anguage via MaxPlus ?

Anonymous
Not applicable

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 ?

0 Likes
401 Views
1 Reply
Reply (1)
Message 2 of 2

denisT.MaxDoctor
Advisor
Advisor

I answered several times to similar questions .. for example  Use pymxs where MaxPlus doesn't work 

you can do the same:

pymxs.runtime.sysinfo.getMaxLanguage()

 

0 Likes