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

Gets the Windows version of the three-letter code for the region of the current CultureInfo.

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

Property Value

Read-only. The 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