IInputLanguageSource.CurrentInputLanguage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current input language for this input language source object.
public:
property System::Globalization::CultureInfo ^ CurrentInputLanguage { System::Globalization::CultureInfo ^ get(); void set(System::Globalization::CultureInfo ^ value); };
public System.Globalization.CultureInfo CurrentInputLanguage { get; set; }
member this.CurrentInputLanguage : System.Globalization.CultureInfo with get, set
Public Property CurrentInputLanguage As CultureInfo
Property Value
A CultureInfo object representing the current input language for this input language source object.
Remarks
When implemented by a class, this property should provide facilities for setting a new current input language on the input language source object, and for retrieving the currently active input language from the input language source object.