Hi!
I am writing an MFC program that needs to know the language of the current thread on a multi-language system (more than one language is installed).
there are the functions GetUserDefaultLCID() and GetSystemDefaultLCID however they give me the default for the system, and I want to know in real time the current language (possibly changed since the default).
thanks
I am writing an MFC program that needs to know the language of the current thread on a multi-language system (more than one language is installed).
there are the functions GetUserDefaultLCID() and GetSystemDefaultLCID however they give me the default for the system, and I want to know in real time the current language (possibly changed since the default).
thanks