Gets or sets whether the component should change the UI thread's CurrentCulture whenever the input locale changes.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AutoUpdateCulture { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoUpdateCulture As Boolean |
true to automatically update CurrentCulture to match InputLocale, or false otherwise. The default value is false.
See Also