Is it possible to set the Windows language bar to english or back to the default from a c# application -


i have c# application needs set windows language bar english or @ least default setting. know can set inputlanguage of own application need set input language windows in general. can done manually using language bar, need way programmatically. there way this?

i haven't done since windows xp in it's childhood, may want check if language support still based on same principles. win32, need imported c#.

first, read on msdn pages keyboard input: http://msdn.microsoft.com/en-us/library/ms645530%28vs.85%29.aspx

getkeyboardlayoutlist tells layout installed loadkeyboardlayout loads new input locale identifer. activatekeyboardlayout sets current language


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -