|
-
June 24th, 2003, 01:25 AM
#1
Get OS Language
Hi,
I need to get the installed OS Language. I don't need the default Locale Language. I installed Windows 2000 English in my m/c.
Later i changed the default Locale to Japanese.
So when i check for the OS Language, i need to get the English as the answer.
//I tried the follwing things. But these are giving only the default
//Locale Language. I need the installed OS Language.
LANGID lgid =GetSystemDefaultLangID();
LCUD lcid2 = PRIMARYLANGID(lcid );
LCID lcid = GetSystemDefaultLCID();
How can i get the OS Language?.
Thanks in Advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|