TextInfo.CultureName Property

Definition

Gets the name of the culture associated with the current TextInfo object.

public string CultureName { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public string CultureName { get; }

Property Value

The name of a culture.

Attributes

Remarks

A TextInfo object is created from a specific culture, and the CultureName property returns the name of that culture.

The CultureName property always reflects a specific culture rather than a neutral culture. If CultureInfo.Name has a neutral culture as its value, then the corresponding CultureName has as its value an arbitrary specific culture that uses the same language. For example, the Name property returns "en" for the English neutral culture, but the corresponding CultureName property might return "en-US" for the English (United States) culture. If the TextInfo object is associated with a specific culture instead of a neutral culture, the value of its CultureName property is always identical to the Name property value of its associated CultureInfo object.

Similarly, the CultureName property never reflects a particular sort. It always corresponds to a default sort order. For example, the default sort order for Spanish (Spain) is the international sort order. If CultureInfo.Name is es-ES_tradnl (Spanish with the traditional sort order) then the corresponding CultureName is es-ES (Spanish with the default international sort order).

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 2.0, 2.1
UWP 10.0