Language Dutch not avaible at Designer
We have a multilingual application that support 4 languages
English, German, French and Dutch.
Before we open the ReportExplorer we set the Language to
lgEnglish,lgGerman,lgFrench or lgDutch.
For all these languages the Report Explorer is in the proper language, when
we try to open the Designer the GUI is in the proper language except for
dutch. When dutch is set the GUI is in english.
During install we have set Dutch as default language, with our run-time
application we supply the .bpl files en 4 languagefiles for each language
(rbDADE, rbIDE,rbPrint, rbRAP) (.eng, .deu, .fra, .nld)
Delphi Version XE
Report Builder Version 12.04
Best Regards,
Vincent Schuurhuis
Maneffic Solutions
English, German, French and Dutch.
Before we open the ReportExplorer we set the Language to
lgEnglish,lgGerman,lgFrench or lgDutch.
For all these languages the Report Explorer is in the proper language, when
we try to open the Designer the GUI is in the proper language except for
dutch. When dutch is set the GUI is in english.
During install we have set Dutch as default language, with our run-time
application we supply the .bpl files en 4 languagefiles for each language
(rbDADE, rbIDE,rbPrint, rbRAP) (.eng, .deu, .fra, .nld)
Delphi Version XE
Report Builder Version 12.04
Best Regards,
Vincent Schuurhuis
Maneffic Solutions
This discussion has been closed.
Comments
In my testing with the Report Explorer demo, I was unable to recreate
this behavior. If possible, please try to recreate the problem on your
machine with the demo and then give me the exact steps I can take to
reproduce it.
Are you certain the templates you are loading are not saved with English
as the language? This is something that would have to be changed after
the template has loaded in the OnLoadEnd event.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I have looked into your possible solutions and the problem seems to be in
Reports saved with the language setting to English.
When I try to create a new report the GUI is in dutch.
You mentioned the OnLoadEnd event, at which component do I find this event
(ppReport,ppDesigner, ppReportExplorer).
or is this event not avaible in the Object Inspector?
Best Regards,
Vincent Schuurhuis
Maneffic Solutions
The template events can be accessed in code using the Report.Template
property. See the following article on how to implement them.
http://www.digital-metaphors.com/rbWiki/Design/Templates/Using_Template_Events
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com