| |||||
CultureInfo.DisplayName PropertySystem.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 ValueThe 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. RemarksFor 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 ) ". ExampleThe below shows the DisplayName used for each of the available cultures. See AlsoCultureInfo Members Name NativeName EnglishName 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