Translate Labels
Hello,
is there a way to implement a language file with a report?
For Example: We have one report with labels in german language and want
to use this report for customers all over the world.So we create a
language file with translations of the labels and use this for the
report. Is this possible?
Best wishes.
Nick
is there a way to implement a language file with a report?
For Example: We have one report with labels in german language and want
to use this report for customers all over the world.So we create a
language file with translations of the labels and use this for the
report. Is this possible?
Best wishes.
Nick
This discussion has been closed.
Comments
There is no built-in way to translate the contents of a report however
there are a few methods you could use to do it yourself.
1. Report Object loop: After the report loads, loop through all report
components and alter their text (if present) to the proper translation.
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Layouts/Report_Object_Loop
2. Edit template as text: Use the following technique to load each
report template as text into memory and alter it as needed.
http://www.digital-metaphors.com/rbWiki/End-User/Fundamentals/How_To...Edit_Templates_as_Text
3. Third party translator: Use a third party tool such as Multilizer to
automatically translate your report templates.
http://www2.multilizer.com/news/2008/multilizer-now-supports-report-builder-localization/
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com