Question about OS language version with Visual C++

  • Thread starter Thread starter Benny
  • Start date Start date
B

Benny

Dear all,

I am developing an application which needs to find out the
language version of the Window OS. At this moment I can detect the
version only (e.g. Win2000) but cannot determine the language version
(e.g. English / Chinese). Before I want to use the code page that I
obtained from GetACP() method to determine the language version, but
this approach is not work. So do anyone know any methods that can
obtain the language version of the Window exactly ? Really need your
help.

Thanks,
Benny
 
Sorry...can't help you, but I'm betting that the folks in
microsoft.public.win32.programmer.international can :)

{L}
 
Back
Top