Detect Windows Language Settings

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.
 
M

Mihai N.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top