GridControlLocalizer.GetString(GridControlStringId) Method
In This Article
Returns a localized string for the given string identifier.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
id | Grid |
A Grid |
#Returns
Type | Description |
---|---|
String | A String corresponding to the specified identifier. |
#Remarks
The GridControl 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 GridControlStringId enumeration.
To localize the GridControl's resources, you need to override the GetString method in a GridControlLocalizer class descendant.
To learn more, see Localization.
See Also