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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
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