ReportDesignerLocalizer Class
Enables you to localize the user interface elements of the End-User Report Designer for WPF.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Localization
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Remarks
To localize the XtraReports user interface, provide custom captions to interface elements by creating a ReportDesignerLocalizer descendant and overriding the ReportDesignerLocalizer.GetString method. Then, assign your ReportDesignerLocalizer object to the Active property of the localizer class you derived from.
To learn more, refer to the Localization topic.
Inheritance
See Also