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.v18.2.Web.WebForms.dll

Declaration

public class ASPxReportsLocalizer :
    ASPxReportsLocalizerBase,
    ILocalizerService

Remarks

XtraReports allows you to localize the captions and menus of the ReportToolbar. This gives you the capability to provide a completely native language interface to your end-users. The runtime interface localization can be performed via the ASPxReportsLocalizer object.

To localize the user interface, you must first create a ASPxReportsLocalizer descendant. Then, override the XtraLocalizer`1.GetLocalizedString method, to and provide custom captions to interface elements. Finally, after the proper ASPxReportsLocalizer descendant has been created, assign it to the XtraLocalizer`1.Active property, so that it takes effect.

To learn more, refer to Localizing ASP.NET Controls via Global Resources (Obsolete from 11.2).

Inheritance

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