Quote Originally Posted by VictorN View Post
I don't know any MFC class/component that can change keyboard layout. But some of Win32 API function can.
Does your application call some of the Keyboard Input Functions? For instance the ActivateKeyboardLayout?
Thanks Victor .
I did solve the problem using getkeyboardlayoutlist() then ActivateKeyboardLayout().
I just check every language in my languagebar then checks the app language and re-change it.