corelibraries-devexpress-dot-xtrapivotgrid-dot-localization.md
Provides a means to localize the PivotGrid’s UI elements at runtime.
Namespace : DevExpress.XtraPivotGrid.Localization
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotGridLocalizer :
XtraLocalizer<PivotGridStringId>,
ILocalizeCustomFunctionDescription
Public Class PivotGridLocalizer
Inherits XtraLocalizer(Of PivotGridStringId)
Implements ILocalizeCustomFunctionDescription
Use the PivotGridLocalizer class to access default (en) culture resource string values and override them at runtime.
To manually localize the PivotGrid, execute the following steps:
Object XtraLocalizer XtraLocalizer<PivotGridStringId> PivotGridLocalizer
See Also