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