Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public override XtraLocalizer<ChartStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ChartStringId>

An XtraLocalizer<T> object representing resources based on the thread’s culture.

Remarks

For internal use.

See Also