[Lazarus] Changing the translation of forms while the program is running
Bart
bartjunk64 at gmail.com
Sun Jul 15 11:53:24 CEST 2012
On 7/13/12, Maxim Ganetsky <ganmax at narod.ru> wrote:
> In order to translate your application dynamically you should manually
> load .po files at runtime using functions (e. g.
> TranslateUnitResourceStrings) from Translations unit. See its header for
> examples.
And you'll have to update all captions of all controls on the current
form (at least) in order to see the effect.
The IDE seems to do this, but I was unabble to track how.
Manually updating all captions seems a horrible task to maintain.
Bart
More information about the Lazarus
mailing list