asp.net.ph

CultureInfo.EnglishName Property

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;

Property Value

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.

Remarks

For example, the EnglishName for the specific culture U.S. English is "English ( United States ) ".

Example

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

 Show me 

See Also

CultureInfo Members   Name   DisplayName   NativeName   TwoLetterISOLanguageName   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