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

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

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