Determine the language of the OS
C / C++ / MFC
3
Posts
3
Posters
1
Views
1
Watching
-
Hallo, I need to determine the current installed language of the os in Visual C++ 6. Can someone help me? With which class I can get this value? Is it saved in the registry? Thank you for helping me!
-
Hallo, I need to determine the current installed language of the os in Visual C++ 6. Can someone help me? With which class I can get this value? Is it saved in the registry? Thank you for helping me!
-
Hallo, I need to determine the current installed language of the os in Visual C++ 6. Can someone help me? With which class I can get this value? Is it saved in the registry? Thank you for helping me!
Have look at GetUserDefaultLangID() and GetSystemDefaultLangID(). Hope that helps.
Greetings Covean