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