This demo illustrates how resources can be localized for a specific culture, to display an ASP.NET Web Forms application with DevExpress controls in a different language.
In this demo, you can select a culture from the combo box and apply it to the Grid View. When the language is changed, the Grid View changes the following:
- Column captions. Each column's Caption property is set to a corresponding resource value. When the current culture is changed, the required resource value is retrieved.
- Date formatting. Grid View columns automatically display DateTime values based on the applied culture.
- Grid View element text. The control automatically retrieves the required strings from the localization resources provided by DevExpress controls.