GridControlLocalizer Class
Represents an object that provides the means to localize the GridControl's user interface elements.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Remarks
The DXGrid suite allows you to localize its different user interface elements. This gives you the ability to provide a completely native language interface to your end-users. DXGrid runtime interface localization can be performed via the GridControlLocalizer object.
To localize the user interface, you must first create a GridControlLocalizer descendant. Then, override the GridControlLocalizer.GetString method, to provide custom captions to interface elements. Finally, after the proper GridControlLocalizer descendant has been created, assign it to the Active property of the localizer class you derived from, so that it takes effect.