This example shows how to apply German localization to report controls in an ASP.NET Web Forms application and change UI texts.
The project specifies the culture of the application using the Culture and UICulture parameters in the GlobalizationSection. Localized texts are automatically obtained from the satellite resource assemblies in the de
folder. For information in how to obtain satellite assemblies, review the following help topic: Satellite Resource Assemblies.
The application handles the CustomizeLocalization
event of the client-side report control to adjust the translation. The script on the page calls the UpdateLocalization method to specify the text for the localization strings.
- Designer.aspx (VB: Designer.aspx)
- Viewer.aspx.cs (VB: Viewer.aspx.vb)
- Web.config (VB: Web.config )
- How to Localize the Reporting Controls in an Angular JavaScript Application
- How to Localize the Reporting Controls in a JavaScript Application with Knockout Bindings
(you will be redirected to DevExpress.com to submit your response)