What version can support dynamic switching of interface language in the local report editor?

Hello, I have been using FastReport VCL 6 and now I am developing an application that supports multiple languages on Windows.

I would like to know which version started and supports dynamic switching between multiple languages, so that users of different languages can switch easily.

I hope to receive guidance from people.

Comments

  • Latest FR VCL 2024.2.7 allow this. Add TfrxLocalizationControler, add frLanguage_LangName in the uses list and set Language property

  • Latest FR VCL 2024.2.7 allow this. Add TfrxLocalizationControler, add frLanguage_LangName in the uses list and set Language property

    Can dynamic switching be achieved? So that I can develop a multilingual application.

  • Yes, just change TfrLocalizationControler.Language

Leave a Comment