LocalizationInfoCulture Property |
Gets the culture.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic CultureInfo Culture { get; }Public ReadOnly Property Culture As CultureInfo
Get
public:
property CultureInfo^ Culture {
CultureInfo^ get ();
}member Culture : CultureInfo with get
Property Value
CultureInfoThe culture.
See Also