Localizing the preview
I would like to localize the preview window, and mostly I got this under control through the OnPreview command. But I don't know how to deal with the status bar as it is dynamic. Any tips? I'd prefer not to make changes to the source if possible.
Comments
make two .frc file that contains all resources (run Res\English\mkall.bat
and Res\your language\mkall.bat)
these files can be loaded from your application by this code:
uses frxRes;
frxResources.LoadFromFile('english.frc');