(C#, Windows Form, .NET Compact Framework 3.5, Windows CE 6.0)
How to Change InputLanguage in .NET CF?
I want to change laguguage of UserControl keyboard.
(C#, Windows Form, .NET Compact Framework 3.5, Windows CE 6.0)
How to Change InputLanguage in .NET CF?
I want to change laguguage of UserControl keyboard.
You can go to "Control panel"->"Regional settings" and set the input language.
See here.
This works if you have a persistent registry and if your GUI doesn't need to supprt multiple languages.
Hope this helps