LocalizationInfoCulture Property |
Gets the culture.
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:
property CultureInfo^ Culture {
CultureInfo^ get ();
}
member Culture : CultureInfo with get
Property Value
Type:
CultureInfoThe culture.
See Also