NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CultureInfo.NativeName

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;

Property Value

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.

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace