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