LanguagePreferences.LanguageName 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 name the language service is registered under.
protected:
property System::String ^ LanguageName { System::String ^ get(); void set(System::String ^ value); };
protected:
property Platform::String ^ LanguageName { Platform::String ^ get(); void set(Platform::String ^ value); };
protected string LanguageName { get; set; }
member this.LanguageName : string with get, set
Protected Property LanguageName As String
Property Value
The name of the language or null
if the name was not set.
Remarks
The value returned is the same as the value passed to the constructor. This property is typically not set outside the LanguagePreferences class itself.