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

Gets the full name of the CultureInfo in the UI language.

[Visual Basic]
Overridable Public ReadOnly Property Name As String
[C#]
public string Name {virtual get;}
[C++]
public: __property virtual String* get_Name();
[JScript]
public function get Name() : String;

Property Value

Read-only. The full name of the CultureInfo in the UI language. For example, if the CultureInfo is US English, "en-us" will be retrieved.

Remarks

This is the string used to construct a CultureInfo. It is in the format of ISO639-2 (three-letter language name) plus underscore plus ISO 3166 (three-letter country name).

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace