DataFormatterBaseCultureName Property

Spotfire 14.3 API Reference
Gets or sets the name of the culture that defines the default formatting.

Namespace:  Spotfire.Dxp.Data.Formatters
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public string CultureName { get; set; }

Property Value

Type: String
Remarks

If a specific culture is set, this will always be used, regardless of locale. Assigning this property to null (which is the default) means that the formatter will always be localized. Assigning this property to string.Empty means invariant formatting.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference