System.Globalization Namespace CultureInfo Class
Gets the culture name in the format "<languagefull> ( <country/regionfull> ) " in English.
[ VB ] Overridable Public ReadOnly Property EnglishName As String [ C# ] public virtual string EnglishName {get;} [ C++ ] public: __property virtual String* get_EnglishName ( ); [ JScript ] function get EnglishName ( ) : String;
The culture name in the format "<languagefull> ( <country/regionfull> ) " in English, where <languagefull> is the full name of the language and <country/regionfull> is the full name of the country/region.
For example, the EnglishName for the specific culture U.S. English is "English ( United States ) ".
The below shows the EnglishName used for each of the available cultures.
Show me
CultureInfo Members Name DisplayName NativeName TwoLetterISOLanguageName ThreeLetterISOLanguageName ThreeLetterWindowsLanguageName
© 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