MultiLanguage
After analysis I evidenced that the option of Multi Languages does not take care of my necessities.
It would like to have as option a form where the user could translate into its proper language case it did not exist.
This is possible in FR3? How I make?
Regards,
Marcos
It would like to have as option a form where the user could translate into its proper language case it did not exist.
This is possible in FR3? How I make?
Regards,
Marcos
Comments
unit frxMultiLang;
interface
procedure SetEnglishResources;
procedure SetRussianResources;
...
You need to include this unit into your app. To switch the resources, just call one of SetXXXResources methods.
You can liberate the code source of multilang.exe?
Desire of this incorporated procedure inside of mine app.
Tanks,
Marcos