Click or drag to resize

CultureSettingsCultureName Property

Gets or sets the name of the culture.

Namespace: Altaxo.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string CultureName { get; }

Property Value

String
The name of the culture in the format <languagecode2>-<country/regioncode2> (same format than in Name).
See Also