ICultureInfo.DisplayName

Syntax

DisplayName: String;

Description

The DisplayName property returns the name of the culture using the following format: <language in full> (<country or region in full>) using the language of localized version of .NET Framework.

NOTE. The language of the .NET Framework version does not depend on the language set for the operating system.

Example

The example of use is given in description of the ICultureInfo.Name property.

See also:

ICultureInfo