xtrareports-devexpress-dot-xtrareports-dot-web-dot-localization.md
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
public class ASPxReportsLocalizer :
ASPxReportsLocalizerBase,
ILocalizerService
Public Class ASPxReportsLocalizer
Inherits ASPxReportsLocalizerBase
Implements ILocalizerService
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.
Object XtraLocalizer XtraLocalizer<ASPxReportsStringId> DevExpress.XtraReports.Web.Localization.ASPxReportsLocalizerBase ASPxReportsLocalizer
See Also