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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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