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

ASPxReportsLocalizer Class

Represents an object providing a means to localize Web Reporting Controls.

Namespace: DevExpress.XtraReports.Web.Localization

Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

#Declaration

public class ASPxReportsLocalizer :
    ASPxReportsLocalizerBase,
    ILocalizerService

#Remarks

XtraReports allows you to localize UI texts of Web Reporting Controls. The runtime interface localization can be performed via the ASPxReportsLocalizer object.

To localize the user interface, implement a ASPxReportsLocalizer descendant. Override the XtraLocalizer`1.GetLocalizedString method to provide custom text strings. Instantiate the descendant and assign it to the XtraLocalizer`1.Active property.

#Inheritance

Object
XtraLocalizer
XtraLocalizer<ASPxReportsStringId>
DevExpress.XtraReports.Web.Localization.ASPxReportsLocalizerBase
ASPxReportsLocalizer
See Also