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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph