What Changed
The DevExpress.Analytics.Localization.addCultureInfo
method was removed.
Reasons for Change
In v20.2, the legacy API marked as deprecated was removed from the Analytics namespace, which is a common part for DevExpress Dashboard and Reports. See T934957 for details.
For DevExpress Dashboard, it concerns the DevExpress.Analytics.Localization.addCultureInfo
method. The addCultureInfo
method was used in dashboard extensions prior to v19.1.
How to Update Existing Apps
You can update existing applications in the following ways:
- If you use DevExpress Dashboard Extension v1.0, replace
DevExpress.Analytics.Localization.addCultureInfo
with the following method:DevExpress.Dashboard.ResourceManager.setLocalizationMessages
- Upgrade to DevExpress Dashboard Extension v3.0. Note that the extension API was changed in v20.1. Details: T866665