System.Globalization Namespace CultureInfo Class
Gets the ISO 639-1 two-letter code for the language of the current CultureInfo.
[ VB ] Overridable Public ReadOnly Property TwoLetterISOLanguageName As _ String [ C# ] public virtual string TwoLetterISOLanguageName {get;} [ C++ ] public: __property virtual String* get_TwoLetterISOLanguageName ( ); [ JScript ] function get TwoLetterISOLanguageName ( ) : String;
The ISO 639-1 two-letter code for the language of the current CultureInfo.
For example, the two-letter abbreviation for English is "en".
The below shows the TwoLetterISOLanguageName used for each of the available cultures.
Show me
CultureInfo Members Name DisplayName NativeName EnglishName ThreeLetterISOLanguageName 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