InputLanguage::DefaultInputLanguage Property
.NET Framework (current version)
Gets the default input language for the system.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::InputLanguage^An InputLanguage representing the default input language for the system.
The following code example gets the default input language and prints its name in a text box. This code assumes that textBox1 has been instantiated.
.NET Framework
Available since 1.1
Available since 1.1
Show: