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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
XtraLocalizer<PivotGridStringId> | An XtraLocalizer<T> object representing resources based on the thread’s culture. |
Remarks
For internal use.
See Also