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

Localization

  • 2 minutes to read

This topic provides information about the localization specifics of each platform DevExpress Reports support.

Localizing DevExpress Controls via Satellite Resource Assemblies

You can localize your end-user reporting applications using Satellite Resource Assemblies (libraries that contain translated resources). We recommend this approach for localizing .NET applications.

Tip

See Localization Service to learn how to download and modify the satellite assemblies required to localize applications created with DevExpress .NET controls.

See the following topics for general information about using this approach to localizing end-user applications:

Localizing DevExpress Controls via Localizer Objects

The following table lists the localizer objects used to localize various XtraReports UI elements on different platforms:

Platform Localizer Resource String Enumeration Namespace Addition Information
ASP.NET (including ASP.NET MVC) ASPxReportsLocalizer ASPxReportsStringId DevExpress.XtraReports.Web.Localization Localization (Web Reporting Applications)
Print Preview for Windows Forms PreviewLocalizer PreviewStringId DevExpress.XtraPrinting.Localization Localize the Print Preview (WinForms Reporting)
End-User Report Designer for Windows Forms ReportLocalizer ReportStringId DevExpress.XtraReports.Localization Localize the End-User Report Designer (WinForms Reporting)
Document Preview for WPF PrintingLocalizer PrintingStringId DevExpress.Xpf.Printing Localize the Print Preview (WPF Reporting)
Report Designer for WPF ReportDesignerLocalizer ReportDesignerStringId DevExpress.Xpf.Reports.UserDesigner.Localization Localize the End-User Report Designer (WPF Reporting)

See the following topics for general information about using this approach to localizing end-user applications: