how to detect the installed language pack in an application through MFC .
-
I want to detect whether a language pack is available, on selecting a particular language in my MFC application.Can anyone help me to sort out this problem?? It may be done through registry keys,but i am not getting that how to do it? Plz help me. Thanks..........
-
I want to detect whether a language pack is available, on selecting a particular language in my MFC application.Can anyone help me to sort out this problem?? It may be done through registry keys,but i am not getting that how to do it? Plz help me. Thanks..........
Look into this registry entry: HKLM\SYSTEM\CurrentControlSet\Control\Nls\Language\ You are going to have to traverse through the entries and find the language code you are looking for. There should be code out on the web on how to traverse through registry entries to find a particular key. Here you will find a list of Windows language codes: http://www.science.co.il/Language/Locale-Codes.asp[^]