DashboardLocalizer.CreateResXLocalizer() Method
Returns an XtraLocalizer object representing resources based on the thread’s language and regional settings (culture).
Namespace: DevExpress.DashboardCommon.Localization
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Returns
Type | Description |
---|---|
XtraLocalizer<DashboardStringId> | An XtraLocalizer<T> object representing resources based on the thread’s culture. |
Remarks
For internal use.
See Also