Gets the culture to use for formatting dates, numbers, etc. This will typically
be the culture associated with the in-context
Session.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public CultureInfo Culture { get; }
Public ReadOnly Property Culture As CultureInfo
Get
public:
virtual property CultureInfo^ Culture {
CultureInfo^ get () sealed;
}
abstract Culture : CultureInfo with get
override Culture : CultureInfo with get
Property Value
Type:
CultureInfoImplements
IEngineCultureRemarks The value of this property is guaranteed to never be .
See Also