On Mon, 17 Sep 2007, Sebastian Günther wrote:

> Hi all,
> 
> I'm wondering myself why I can't find any information about i18n in Lazarus.
> Writing applications which support several languages is not an uncommon task;
> what is the currently recommended way to go? (In sourcecode I'd have to use
> resourcestrings of course, but what about forms?)

In the streaming code there is an experimental feature which hooks into the
reading of streams, the "OnReadStringProperty" event of TReader. It allows
to translate the string 'on-the-fly'.

I don't know whether the LCL hooks this property or not.

Michael.

Reply via email to