| |||||
CultureInfo.EnglishName PropertySystem.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; Property ValueThe 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. RemarksFor example, the EnglishName for the specific culture U.S. English is "English ( United States ) ". ExampleThe below shows the EnglishName used for each of the available cultures. See AlsoCultureInfo Members Name DisplayName NativeName TwoLetterISOLanguageName ThreeLetterISOLanguageName ThreeLetterWindowsLanguageName |
| ||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme