Skip to content

Commit 23b7b40

Browse files
committed
readme: Explain example purpose and restructure
- 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>
1 parent a97fead commit 23b7b40

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
<!-- default badges list -->
22
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/1048527919/25.2.3%2B)
33
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1305951)
4-
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
4+
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183/help-resources/devexpress-code-examples)
55
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
66
<!-- default badges end -->
7-
# DevExpress VCL Reports - Localize the DevExpress Report Viewer and Report Designer
87

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
9+
## Localize the DevExpress Report Viewer and Report Designer
1010

11-
<img width="1049" height="697" alt="vcl-reports-tdxreport-report-viewer-localization" src="https://github.com/user-attachments/assets/8e2366ae-501e-4b53-a8d9-865ba7155a2c" />
11+
This example demonstrates how to localize DevExpress VCL Reports components in Delphi and C++ Builder projects.
12+
13+
## Overview
14+
15+
This example adds German localization for DevExpress VCL dialogs:
16+
[Report Viewer](https://docs.devexpress.com/XtraReports/401850/web-reporting/web-document-viewer) and
17+
[Report Designer](https://docs.devexpress.com/XtraReports/119176/web-reporting/web-end-user-report-designer).
18+
Both dialogs are parts of the [DevExpress Reporting Platform](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports),
19+
which has full support for UI localization.
20+
21+
Study and build an example project in your preferred development environment:
22+
23+
- [Delphi](./Delphi)
24+
- [C++ Builder](./CPB)
25+
26+
The strings for the German (`de_DE`) locale are stored in the [`./Localization/*.de.json`](./Localization) files.
27+
You can use the [DevExpress Localization Service](https://localization.devexpress.com/) to download localization files for
28+
German and multiple other locales.
1229

1330
## Documentation
1431

@@ -17,6 +34,11 @@ This example localizes DevExpress VCL [Report Viewer](https://docs.devexpress.co
1734
* [DevExpress UI Localization Service](https://docs.devexpress.com/GeneralInformation/16235/localization/localization-service)
1835
* [TdxReport.Language Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Language)
1936

37+
---
38+
39+
> ![VCL Report Designer dialog with interface localized in German language](./images/Berichtsdesigner.png)
40+
41+
> ![VCL Report Viewer dialog with interface localized in German language](./images/Berichtsanzeige.png)
2042
<!-- feedback -->
2143
## Does this example address your development requirements/objectives?
2244

images/Berichtsanzeige.png

83.8 KB
Loading

images/Berichtsdesigner.png

143 KB
Loading

0 commit comments

Comments
 (0)