System.Globalization.CultureInfo.DisplayName Property

Gets the full localized culture name.

Syntax

public virtual string DisplayName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property represents the localized name of the System.Globalization.CultureInfo object.

Culture names may vary due to scripting or formatting conventions. You should use the returned name for display, and not attempt to parse it.

If a custom culture is created by means of the System.Globalization.CultureAndRegionInfoBuilder class, the CultureInfo.DisplayName property is initialized to the value of the CultureInfo.NativeName property.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0