asp.net.ph

CultureInfo.TwoLetterISOLanguageName Property

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;

Property Value

The ISO 639-1 two-letter code for the language of the current CultureInfo.

Remarks

For example, the two-letter abbreviation for English is "en".

Example

The below shows the TwoLetterISOLanguageName used for each of the available cultures.

 Show me 

See Also

CultureInfo Members   Name   DisplayName   NativeName   EnglishName   ThreeLetterISOLanguageName   ThreeLetterWindowsLanguageName Skip Navigation Links




Previous page Back to top Next page

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