MindFusion.Wpf Pack Programmer's Guide
VirtualKeyboard.InputLocale Property
See Also
 





Gets or sets the current input language. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 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

VirtualKeyboard Members
VirtualKeyboard Class
MindFusion.UI.Wpf Namespace
AutoUpdateCulture Property
ChangeLanguage Method