|
5 | 5 | [](#does-this-example-address-your-development-requirementsobjectives) |
6 | 6 | <!-- default badges end --> |
7 | 7 |
|
8 | | -# DevExpress VCL Reports - Localize the Report Viewer and Report Designer |
| 8 | +# DevExpress VCL Reports—Localize the Report Viewer and Report Designer |
9 | 9 |
|
10 | 10 | This example localizes DevExpress VCL Reports components. |
11 | 11 |
|
@@ -53,25 +53,26 @@ do the following: |
53 | 53 | For a more detailed step-by-step guide to localizing your applications, refer to the following help topic: |
54 | 54 | [Report Viewer and Designer UI Localization](https://docs.devexpress.com/VCL/405598/ExpressReports/localization/vcl-report-viewer-and-designer-localization). |
55 | 55 |
|
56 | | -This example doesn't localize report content. |
| 56 | +This example does not localize report content. |
57 | 57 | To localize report content in your project, refer to the following guide: [Report Localization](https://docs.devexpress.com/VCL/405599/ExpressReports/localization/vcl-report-localization). |
58 | 58 |
|
59 | | -> **Note:** The localization mechanism demonstrated in this example applies only to DevExpress Report Designer and Report Viewer components. |
60 | | -> The DevExpress VCL library components support localization using [resource files and the Localizer Editor](https://docs.devexpress.com/VCL/154039/ExpressCrossPlatformLibrary/how-to/localize-an-application). |
| 59 | +The localization mechanism demonstrated in this example applies only to DevExpress Report Designer and Report Viewer components. |
| 60 | +The DevExpress VCL library components support localization using [resource files and the Localizer Editor](https://docs.devexpress.com/VCL/154039/ExpressCrossPlatformLibrary/how-to/localize-an-application). |
61 | 61 |
|
62 | 62 | ## Files to Review |
63 | 63 |
|
64 | 64 | - [`Delphi/uMainForm.pas`](./Delphi/uMainForm.pas) loads an example report from `ExampleReport.repx`. |
65 | | - Event handlers assigned to `TcxRadioButton` components switch localization language between English and German. |
| 65 | + Event handlers assigned to [`TcxRadioButton`](https://docs.devexpress.com/VCL/cxRadioGroup.TcxRadioButton) |
| 66 | + components switch localization language between English and German. |
66 | 67 | - [`Localization/*.de.json`](./Localization/) files contain localized UI strings. |
67 | 68 |
|
68 | 69 | ## Documentation |
69 | 70 |
|
70 | | -* [VCL Report Viewer and Designer UI Localization](https://docs.devexpress.com/VCL/405598/ExpressReports/localization/vcl-report-viewer-and-designer-localization) |
71 | | -* [VCL Reports Localization](https://docs.devexpress.com/VCL/405597/ExpressReports/vcl-reports-localization) |
72 | | -* [DevExpress UI Localization Service](https://docs.devexpress.com/GeneralInformation/16235/localization/localization-service) |
73 | | -* [TdxReport.Language Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Language) |
74 | | -* [ExpressReports Application Deployment Requirements](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports#expressreports-app-deployment) |
| 71 | +- [VCL Report Viewer and Designer UI Localization](https://docs.devexpress.com/VCL/405598/ExpressReports/localization/vcl-report-viewer-and-designer-localization) |
| 72 | +- [VCL Reports Localization](https://docs.devexpress.com/VCL/405597/ExpressReports/vcl-reports-localization) |
| 73 | +- [DevExpress UI Localization Service](https://docs.devexpress.com/GeneralInformation/16235/localization/localization-service) |
| 74 | +- [TdxReport.Language Property](https://docs.devexpress.com/VCL/dxReport.TdxReport.Language) |
| 75 | +- [ExpressReports Application Deployment Requirements](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports#expressreports-app-deployment) |
75 | 76 |
|
76 | 77 | ## Localized Report Dialogs Preview |
77 | 78 |
|
|
0 commit comments