InputLanguageManager::CurrentInputLanguage Property

 

Gets or sets the current input language.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
[TypeConverterAttribute((CultureInfoIetfLanguageTagConverter^::typeid))]
property CultureInfo^ CurrentInputLanguage {
	CultureInfo^ get();
	void set(CultureInfo^ value);
}

Property Value

Type: System.Globalization::CultureInfo^

A CultureInfo object representing the currently selected input language. This property may not be set to null.

The default value is InvariantCulture.

Exception Condition
ArgumentNullException

Raised when an attempt is made to set this property to null.

The following example demonstrates how to use an InputLanguageManager to get the current input language.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: