asp.net.ph

CultureInfo.DisplayName Property

System.Globalization Namespace   CultureInfo Class


Gets the culture name in the format "<languagefull> ( <country/regionfull> ) " in the language of the localized version of .NET Framework.

[ VB ]
Overridable Public ReadOnly Property DisplayName As String

[ C# ]
public virtual string DisplayName {get;}

[ C++ ]
public: __property virtual String* get_DisplayName ( );

[ JScript ]
function get DisplayName ( ) : String;

Property Value

The culture name in the format "<languagefull> ( <country/regionfull> ) " in the language of the localized version of .NET Framework, where <languagefull> is the full name of the language and <country/regionfull> is the full name of the country/region.

Remarks

For example, if the .NET Framework English version is installed, the DisplayName for the specific culture U.S. English is "English ( United States ) ". If the .NET Framework Spanish version is installed, regardless of the language that the system is set to display, the culture name is displayed in Spanish; therefore, the DisplayName for the specific culture U.S. English is "Ingles ( Estados Unidos ) ".

Example

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

 Show me 

See Also

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