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

ASPxReportsLocalizer Class

Represents an object providing a means to localize the ReportToolbar.

Namespace: DevExpress.XtraReports.Web.Localization

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public class ASPxReportsLocalizer :
    ASPxReportsLocalizerBase,
    ILocalizerService

Remarks

XtraReports allows you to localize the captions and menus of the ReportToolbar. 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 texts. Instantiate the descendant and assign it to the XtraLocalizer`1.Active property.

Inheritance

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