How to get the current language used if more thant a language pack is installed

760
2
Jump to solution
09-23-2021 01:52 PM
PierreMasson
Occasional Contributor

We're building an English/French addin for ArcGis Pro. Localization works well but I need to be able to know under wihch language ArcGis is currently running.

I spent a long time searching the SDK and did not found anything.

Please help.

0 Kudos
1 Solution

Accepted Solutions
PierreMasson
Occasional Contributor

Nevermind...
System.Threading.Thread.CurrentThread.CurrentUICulture

View solution in original post

0 Kudos
2 Replies
PierreMasson
Occasional Contributor

Nevermind...
System.Threading.Thread.CurrentThread.CurrentUICulture

0 Kudos
CharlesMacleod
Esri Regular Contributor

System.Globalization.CultureInfo.CurrentUICulture would probably be preferred