PivotGridLocalizer.GetString(PivotGridStringId) Method
Returns a localized string for the specified string identifier.
Namespace: DevExpress.XtraPivotGrid.Localization
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | PivotGridStringId | A PivotGridStringId enumeration value identifying the string to localize. |
Returns
Type | Description |
---|---|
String | A String corresponding to the specified identifier. |
Remarks
The PivotGrid supports localization, i.e. you can substitute strings displayed within default UI elements with your own equivalents (for example, in your native language). Items that can be localized are enumerated by the PivotGridStringId enumeration.
To localize the PivotGrid’s resources, you need to override the GetLocalizedString method in a PivotGridLocalizer class descendant.