Hello I am using the StandardReportDesigner.
All satellite assemblies are copied from C:\Program Files (x86)\DevExpress 15.1\Components\Bin\Framework\de in .\bin\Release\de.
When I try to insert a XtraChart in the report the wizard opens in a weird english german mix (See the attachment).
So sometimes true/false is translated, sometimes not (see attachment red circle).
What am I doing wrong?
How can I translate the XtraChartWizard?
P.S. the text in the middle saying, there is no series in the chart is translated wrong.
It should be 'Fügen Sie eine Serie hinzu oder stellen Sie sicher, dass mindestens eine sichtbar ist.'
It's a, sometimes weird, rule in german when to use 'das' or 'dass' (https://deutsch.lingolia.com/en/vocabulary/easily-confused-words/das-vs-dass).
Kind regards
Eric
Hi Eric,
This problem appears because at present the Charts.Designer assembly is not completely translated into German.
I will ask our German colleagues to translate it. Meanwhile, you can utilize our localization service and localize it.
Please review the Localization Service help article to learn how to use this service. In your case, you need to select the Chart.Designer module in the MODULE combobox and translate missing items.
I also should mention that German satellite assemblies are installed in GAC along with our installation. In the .Net application, assemblies are loaded from GAC first (GAC has a priority over the local folder). So, the assemblies in the folder of your application weren't used. To remove default assemblies from GAC, you can use the How to manage satellite assemblies located in GAC tool.