Translating all forms from a file (even non created ones)

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
goran77
Posts: 1
Joined: Fri Mar 02, 2012 2:25 pm

Translating all forms from a file (even non created ones)

Post by goran77 »

Is it possible to use Dispatcher.LoadAllaFromFile (or some other method) and translate all forms at once.

The way it seems it work is that when I call Dispatcher.LoadAllFromFile (and of course change language), only forms that are created at that point gets translated. If after that call I create new form, it will not be translated.

I have many forms in my application (which are all created at runtime), and want to load translations from external file, but I can't keep loading all data each time a form is created.

Any ideas? What would be the best workflow in my case?

Thanks
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Best regards,
Igor Siticov.
Post Reply