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

PivotGridLocalizer.CreateResXLocalizer() Method

Returns an object representing resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.XtraPivotGrid.Localization

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public override XtraLocalizer<PivotGridStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<PivotGridStringId>

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

Remarks

For internal use.

See Also