Search
VirtualKeyboard.ChangeLanguage Method (UInt32)
See Also
 






Changes the current input language.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 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