CultureInfo.NativeName Property
Definition
Gets the culture name, consisting of the language, the country/region, and the optional script, that the culture is set to display.
public:
virtual property System::String ^ NativeName { System::String ^ get(); };
public virtual string NativeName { get; }
member this.NativeName : string
Public Overridable ReadOnly Property NativeName As String
Property Value
The culture name, consisting of the full name of the language, the full name of the country/region, and the optional script. The format is discussed in the description of the CultureInfo class.
Remarks
The value of this property is the same, regardless of the language version of the .NET Framework.