[RESOLVED] Is there any Window API to get the OS Installed Language?
Hi,
I tried GetLocaleInfo, but it returns Regional Language setting info, not the Installed OS language detail!!
(Ex: Japanese OS, English OS) within Japanese OS i change the Regional setting to English, but i want the info about the 'OS Language', i.e Japanese.
please let me know if any API provide these details.
Thanks,
Ashwini
Re: Is there any Window API to get the OS Installed Language?
Function GetUserDefaultUILanguage() returns install language.
Re: Is there any Window API to get the OS Installed Language?
:) Lack of experience, no doubt. Seems like you never saw English version with user-default Russian or Japanese.
I'd recommend to find out kernel32.dll language by its version info resource.
Re: [RESOLVED] Is there any Window API to get the OS Installed Language?
Hello Igor,
Thanks for the suggestion. Will try.
Best Regards,
Ashwini