Checking a Language !
-
Hello, How can i check a installed language on user systems ? For example check the Arabic language ! Regards, My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
-
Hello, How can i check a installed language on user systems ? For example check the Arabic language ! Regards, My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
GetLocaleInfo or GetThreadLocale I use it in my article:- http://www.codeproject.com/cpp/mult_lang_support.asp[^]
If I have seen further it is by standing on the shoulders of Giants. - Isaac Newton 1676
-
Hello, How can i check a installed language on user systems ? For example check the Arabic language ! Regards, My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
The GetSystemDefaultLangID Win32 API meets your need, please go to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_4ppg.asp for more details.
-
Hello, How can i check a installed language on user systems ? For example check the Arabic language ! Regards, My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
Hi, Check this in MSDN, may be helpfult to you: The GetUserDefaultUILanguage function retrieves the language identifier (LANGID) for the current user language. LANGID GetUserDefaultUILanguage(void);