Changes the current input language.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public void ChangeLanguage ( |
Visual Basic
Copy Code
|
|---|
Public Sub ChangeLanguage( _ |
Input locale identifier to be activated.
RemarksThe argument corresponds to input locale identifier as defined in Windows SDK. Its low word contains language identifier, and the high word contains device identifier. Device id usually specifies variants of the language's keyboard layout, and should be zero for the primary layout.
See Also