Gets the full name of the CultureInfo in the native language.
[Visual Basic] Overridable Public ReadOnly Property NativeName As String [C#] public string NativeName {virtual get;} [C++] public: __property virtual String* get_NativeName(); [JScript] public function get NativeName() : String;
Read-only. The full name of the CultureInfo in the native language. For example, if the CultureInfo is US English, "English (United States)" will be returned.
CultureInfo Class | CultureInfo Members | System.Globalization Namespace