Skip to main content

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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