Back to Devexpress

ASPxReportsLocalizer Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-localization.md

latest2.1 KB
Original Source

ASPxReportsLocalizer Class

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

Namespace : DevExpress.XtraReports.Web.Localization

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public class ASPxReportsLocalizer :
    ASPxReportsLocalizerBase,
    ILocalizerService
vb
Public Class ASPxReportsLocalizer
    Inherits ASPxReportsLocalizerBase
    Implements 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 XtraLocalizer1.GetLocalizedString](/CoreLibraries/DevExpress.Utils.Localization.XtraLocalizer-1.GetLocalizedString(-0)) method to provide custom text strings. Instantiate the descendant and assign it to the [XtraLocalizer1.Active property.

Inheritance

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

See Also

ASPxReportsLocalizer Members

Satellite Resource Assemblies

DevExpress.XtraReports.Web.Localization Namespace