Problem with Multi-Language resource file

Hello;
I have FR 3.20 and D7. I use multilang.exe to create frxMultiLang.pas file. But when I try to call SetXXXResources procedure only button caption change. All other things like hints, labels etc don't change ;) .
Maybe something change in 3.20 and there is newer version of multilang.exe but I can't find it.
Enybody have any idea ?

Best regards
Kris

Comments

  • edited 8:16PM
    Hi,

    I got the same problem did you found a solution?

    Thanks
  • edited 8:16PM
    I direct write coding to change the language, it works!

    frxresources.Clear;
    frxresources.AddStrings('<span style='color:red'>resources-string</span>');

    The <span style='color:red'>resources-string</span> can copy from resource-file from fastreport folder.

Leave a Comment