System.Globalization Namespace CultureInfo Class
Gets the ISO 639-2 three-letter code for the language of the current CultureInfo.
[ VB ] Overridable Public ReadOnly Property ThreeLetterISOLanguageName As _ String [ C# ] public virtual string ThreeLetterISOLanguageName {get;} [ C++ ] public: __property virtual String* get_ThreeLetterISOLanguageName ( ); [ JScript ] function get ThreeLetterISOLanguageName ( ) : String;
The ISO 639-2 three-letter code for the language of the current CultureInfo.
For example, the three-letter abbreviation for English is "eng".
The below shows the ThreeLetterISOLanguageName used for each of the available cultures.
Show me
CultureInfo Members Name DisplayName NativeName EnglishName TwoLetterISOLanguageName ThreeLetterWindowsLanguageName
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note