Multilingual reports
Hi, I am writing a multilingual application. This is one exe file with seperate language files.
I know that FastReport has been translated to many different languages, but as far as I know, I can only compile it with one language at the time.
So is there any way to add more languages?
I mean, for example, user from England previews report and see english captions ("Close" on close button; "Export" on export buttons etc).
User from Germant previews report and see german captions ("Abschlissen" on close button; "Exporten" [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> on export buttons etc). I know how to translate content of the report. But the most important thing is to change for example Fast Report's preview window[/img]
I know that FastReport has been translated to many different languages, but as far as I know, I can only compile it with one language at the time.
So is there any way to add more languages?
I mean, for example, user from England previews report and see english captions ("Close" on close button; "Export" on export buttons etc).
User from Germant previews report and see german captions ("Abschlissen" on close button; "Exporten" [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> on export buttons etc). I know how to translate content of the report. But the most important thing is to change for example Fast Report's preview window[/img]
Comments
this file can be loaded from your application by this code:
uses frxRes;
frxResources.LoadFromFile('english.frc');
Can you give me more information about how to create frc file? I tried frcc.exe, but it creates pas file from xml.
I'm renewing the question