Localisation and RTF Export

Dear developer team!

I'm evaluating FastReport 4 and my first impressions are very good. However, there are few questions:

- can I localize PreviewWindow dinamically? My application works in two languages and all my strings are placed extern in a file.
- PDF looks as in PreviewWindow, but I don't understand why some first lines of MasterData are on some pages moved to left...
- RTF is not good, pages are messed. Can I send you examples?

Thanx,

Miro M.

Comments

  • edited 5:10PM
    You can localize. Read more in Programmer manual section 1.8. You should look in FastReport\Res folder for more resources. For example: Res\Danish\mkall.bat
    frxResources.LoadFromFile(GetAppPath + m.Caption + '.xml');
    Localize;
    frxResources.LoadFromFile(GetAppPath + LangName + '.xml');
    Localize;
    You should send *.fp3 file (save from preview) and report results with your comments to support@fast-report.com.
  • edited 5:10PM
    !! GREAT !! - Localization works, thanx!

Leave a Comment