Search
VirtualKeyboard.InputLocale Property
See Also
 






Gets or sets the current input language.

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

 Syntax

C#  Copy Code

public CultureInfo InputLocale { get; set; }

Visual Basic  Copy Code

Public Property InputLocale As CultureInfo

 Property Value

A CultureInfo specifying the current input language.

 Remarks

This property determines the layout and character labels of virtual keys. Its value updates automatically when the Windows input locale changes.

 See Also