How to switch language?

Hello,

how can i switch the language in fastreport 3 at application runtime
or application restart?

Is that possible?

I need to switch from german to english.

Comments

  • edited 8:42AM
    Yes, it's possible.

    In directory Res\(Your_Language) launch mk.bat. to make the multi-languages
    the resource, it is necessary to launch mkall.bat - is got file YOUR_LANGUAGE.frc, which it is necessary to load so: uses frxRes; frxResources.LoadFromFile('Your_Language.frc');

Leave a Comment