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

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

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

Property Value

Read-only. The ISO 3166 three-letter code for the region. For example, the three-letter abbreviation for United States is "usa".

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace