ChartLocalizer.CreateDefaultLocalizer() Method
Returns a Localizer object storing 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, storing resources based on the thread’s language and regional settings (culture). |
See Also