LanguagePreferences.LanguageName Property

Definition

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.

Applies to