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
