ProvideLanguageEditorOptionPageAttribute.LanguageName Property

Definition

Gets the name of the language.

public:
 property System::String ^ LanguageName { System::String ^ get(); };
public:
 property Platform::String ^ LanguageName { Platform::String ^ get(); };
public string LanguageName { get; }
member this.LanguageName : string
Public ReadOnly Property LanguageName As String

Property Value

The name of the language. This is the same string that was passed to the class constructor.

Remarks

This property is not normally used outside the class.

Applies to