Skip to main content

DashboardWebLocalizer.CreateResXLocalizer() Method

Returns an object representing resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.DashboardWeb.Localization

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

public override XtraLocalizer<DashboardWebStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<DashboardWebStringId>

An XtraLocalizer<T> object representing resources based on the thread’s culture.

Remarks

To learn more on localization of DevExpress products, refer to the $Localization (Windows Forms Controls) and Localization (ASP.NET Controls) documents.

See Also