ProvideLanguageEditorOptionPageAttribute.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 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.