Gets or sets the current input language.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public CultureInfo InputLocale { get; set; } |
Visual Basic Copy Code |
---|
Public Property InputLocale As CultureInfo |
A CultureInfo specifying the current input language.
This property determines the layout and character labels of virtual keys. Its value updates automatically when the Windows input locale changes.