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

ASPxReportsLocalizer.CreateDefaultLocalizer() Method

Returns a Localizer object storing resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.XtraReports.Web.Localization

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public static XtraLocalizer<ASPxReportsStringId> CreateDefaultLocalizer()

Returns

Type Description
XtraLocalizer<ASPxReportsStringId>

An XtraLocalizer<T> object, storing resources based on the thread’s language and regional settings (culture).

Remarks

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

See Also