InputLanguage::Culture Property
.NET Framework (current version)
Gets the culture of the current input language.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Globalization::CultureInfo^A CultureInfo that represents the culture of the current input language.
The following code example gets the InputLanguage for the current input language. A text box displays this input language and the name of the input language.
This code assumes that textBox1 has been instantiated.
.NET Framework
Available since 1.1
Available since 1.1
Show: