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;
Read-only. The three-letter code for the region. For example, the three-letter abbreviation for United States is "usa".
CultureInfo Class | CultureInfo Members | System.Globalization Namespace