Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

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.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