Skip to main content
A newer version of this page is available. .

LocalizationItem.Culture Property

Gets or sets the item’s language.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public string Culture { get; set; }

Property Value

Type Description
String

A string that is the culture’s language code.

See Also