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

  • gordkgordk St.Catherines On. Canada.
    edited 1:24PM
    assuming you installed the language files
    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');

  • edited 1:24PM
    NVM, I figured out how to use the XML files, that solved the localization problem for me.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.