Skip to main content
A newer version of this page is available. .

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

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