Page 1 of 1

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

Posted: Mon Mar 05, 2012 11:19 am
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

Posted: Tue Mar 06, 2012 8:29 am
by isiticov