Detect Windows Language Settings

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,

My C# program supports different languages using resource files. I need a
way to detect the language used in the host computer, then the software can
change its own language settings. How can I detect the language settings in a
computer?

Thanks.
 
My C# program supports different languages using resource files. I need a
way to detect the language used in the host computer, then the software can
change its own language settings. How can I detect the language settings in
a computer?

Which language setting?
There is a formatting setting, a system setting (for ANSI code page and
such), UI locale, the input locale, document locales, the browser locale.
 
Back
Top