The example shows how to localize an ASP.NET Web Forms Dashboard application:
- Translate UI element captions to a different language: dialog boxes, buttons, menu items, error messages, etc.
- Format numbers, dates, and currencies according to specific culture settings.
The example contains two projects that show how to localize the Web Dashboard control in case automatic or manual script integration. Both projects localize the ASP.NET Web Forms Dashboard control for the German market with the satellite resource assemblies. The control uses Globalize to format to dates, numbers, and currencies.
The example also shows how to apply custom formatting for numbers and dates.
Files to Review:
The DashboardLocalizationWeb project registers client libraries automatically. Globalize is included when you register third-party libraries.
Files to Review:
The DashboardLocalizationManualWeb project prevents the Web Dashboard control from loading client libraries automatically and references Globalize and other libraries on the web page.
- ASP.NET Core Dashboard Control - Localization
- ASP.NET MVC Dashboard Extension - Localization
- Dashboard for Angular - Localization
- Dashboard for React - Localization
- Dashboard for Vue - Localization
- Dashboard Control for JavaScript Applications - Localization
(you will be redirected to DevExpress.com to submit your response)