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

ReportLocalizer Class

Enables you to localize the user interface elements of XtraReports.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public class ReportLocalizer :
    XtraLocalizer<ReportStringId>

Remarks

To localize the XtraReports user interface, provide custom captions to interface elements by creating a ReportLocalizer descendant and overriding the ReportLocalizer.GetString method. Then, assign your ReportLocalizer object to the Active property of the localizer class you derived from.

To learn more, see Localization.

Inheritance

See Also