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
C#
![]() |
---|
public bool AutoUpdateCulture { get; set; } |
Visual Basic
![]() |
---|
Public Property AutoUpdateCulture As Boolean |
true to automatically update CurrentCulture to match InputLocale, or false otherwise. The default value is false.