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

ReportResLocalizer Class

A default localizer to translate the XtraReports’ resources.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public class ReportResLocalizer :
    XtraResXLocalizer<ReportStringId>

Remarks

Do not instantiate the ReportResLocalizer class in your application. Use satellite assemblies, as described in the Localizing WinForms Controls via Satellite Resource Assemblies document.

Inheritance

Object
DevExpress.Utils.Localization.XtraLocalizer
XtraLocalizer<ReportStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<ReportStringId>
ReportResLocalizer
See Also