[RichViewActions] Using Delphi Translation Manager

Demos, code samples. Only questions related to the existing topics are allowed here.
Post Reply
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

[RichViewActions] Using Delphi Translation Manager

Post 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.
Post Reply