Page 1 of 1

[RichViewActions] Using Delphi Translation Manager

Posted: Wed Jan 24, 2007 1:44 pm
by Sergey Tkachenko
RichViewActions include their own localization mechanism (see RVALocalize.pas). But you may wish to translate other forms in your project using the Translation Manager included in Delphi.

The following problem occurs: when displaying any RichViewActions form, the project raises exception "resource <form class name> is not found".
Solution: include all RichViewActions units containing forms in your project. After that they will be included in the language resource DLL created by the Translation Manager. You do not need to translate RichViewActions forms (they translate themselves), but they must be in DLL.