S Stoitcho Goutsev \(100\) [C# MVP] Mar 18, 2004 #2 Hi Mystique, Look at System.Windows.Forms.InputLanguage class.
M Mystique Mar 19, 2004 #3 Ye i managed to do it with: InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new System.Globalization.CultureInfo("XX-YY")); Where XX-YY is the keyboard layout you need. Stoitcho Goutsev (100) said: Hi Mystique, Look at System.Windows.Forms.InputLanguage class. -- B\rgds HTH 100 [C# MVP] Mystique said: How can i change the keyboard language (layout) programatically? Click to expand... Click to expand...
Ye i managed to do it with: InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new System.Globalization.CultureInfo("XX-YY")); Where XX-YY is the keyboard layout you need. Stoitcho Goutsev (100) said: Hi Mystique, Look at System.Windows.Forms.InputLanguage class. -- B\rgds HTH 100 [C# MVP] Mystique said: How can i change the keyboard language (layout) programatically? Click to expand... Click to expand...