MindFusion.Wpf Pack Programmer's Guide
VirtualKeyboard.ChangeLanguage Method (UInt32)
See Also
 





Changes the current input language.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public void ChangeLanguage (
    uint inputLocaleId
)

Visual Basic  Copy Code

Public Sub ChangeLanguage( _
    inputLocaleId As UInteger _
)

 Parameters

inputLocaleId

Input locale identifier to be activated.

 Remarks

The 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

ChangeLanguage Method Overload List
VirtualKeyboard Members
VirtualKeyboard Class
MindFusion.UI.Wpf Namespace