Update Translations from a Dictionary File in runtime

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
AdilsonGarcia
Posts: 2
Joined: Tue Dec 30, 2014 6:59 pm

Update Translations from a Dictionary File in runtime

Post by AdilsonGarcia »

Is it possible to load the translations from a Dictionary File (.dic) at runtime?

We use the Dictionary Manager to populate the translations, when we need to update our Delphi Project with them, we need to open the "Translation Editor" of each form, and select the option to update from the Dictionary.

If I could send the .dic file with my executable, like we do with the .sib file, would be a great time saving.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

No, it is not possible to update TsiLang translations from Dictionary at run-time. But you can always save project to SIL/SIB file, update it in SIL Editor and load it back to sources.
Best regards,
Igor Siticov.
Post Reply