Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public class ReportDesignerLocalizer :
    DXLocalizer<ReportDesignerStringId>

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.

See Also