Community
Revit 2017.1.1
How to get the language of Revit user interface? The checking of the `Thread.CurrentThread.CurrentUICulture` value is not reliable, because it returns "en" for Russian UI in Revit 2017.1.1.
Solved! Go to Solution.
Solved by matthew_taylor. Go to Solution.
Hi @Anonymous,
Just search the Revit API doc for 'language'... It is there. http://www.revitapidocs.com/2017/1acafee6-95e0-50dd-2e46-8951e9405311.htm
Cheers,
-Matt
Oh. I found the response right after created this subject... Delete this topic, please.
// application is UIControlledApplication LanguageType lang = application.ControlledApplication.Language;
Can't find what you're looking for? Ask the community or share your knowledge.