You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Explain the localization mechanism in more detail.
- Provide screenshots of localized Report Designer and Report viewer.
Signed-off-by: Nick Volynkin <nikolay.volynkin@devexpress.com>
# DevExpress VCL Reports - Localize the DevExpress Report Viewer and Report Designer
8
7
9
-
This example localizes DevExpress VCL [Report Viewer](https://docs.devexpress.com/XtraReports/401850/web-reporting/web-document-viewer)/[Report Designer](https://docs.devexpress.com/XtraReports/119176/web-reporting/web-end-user-report-designer) dialogs ([TdxReport](https://docs.devexpress.com/VCL/dxReport.TdxReport) component). German UI localization strings are stored within the project's [Localization](https://github.com/DevExpress-Examples/vcl-reports-localize/tree/25.1.4%2B/Localization) folder as JSON files. You can download UI localizations for additional languages from the [DevExpress Localization Service](https://localization.devexpress.com/).
8
+
# DevExpress VCL Reports - Localize the Report Viewer and Report Designer
Both dialogs are parts of the [DevExpress Reporting Platform](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports),
16
+
which has full support for UI localization.
17
+
18
+

19
+
20
+
## Prerequisites
21
+
22
+
* Microsoft Windows 10 or newer
23
+
* Embarcadero RAD Studio IDE 12.3 (Athens) or newer (Community Edition is not supported)
24
+
* DevExpress VCL Components v25.2.3 or newer
25
+
* EdgeView2SDK (installed via GetIt Package Manager)
26
+
27
+
## Implementation Details
28
+
29
+
Study and build an example project in your preferred development environment:
30
+
31
+
-[Delphi](./Delphi)
32
+
-[C++ Builder](./CPB)
33
+
34
+
A compiled application obtains the strings for the German (`de_DE`) locale from the
0 commit comments