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

Gets the ISO 3166 two-letter code for the region of the current CultureInfo.

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

Property Value

Read-only. The two-letter code for the region. For example, the two-letter abbreviation for United States is "us".

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace