Page 1 of 1

Localization of modular applications

Posted: Fri Mar 18, 2005 8:15 am
by bob2553
Hi,

Could you tell me, using your components suite, what could be the best way to localize a modular application based on plugins (DLL) ?
I assume each plugin should be shipped with its own sil files ?
What are the benefits/drawbacks ?

Thank you in advance
Bob

Posted: Fri Mar 18, 2005 9:19 am
by isiticov
The best would be:
1. Use SIL/SIB file per DLL (in case external storage required).
2. Use own TsiLangDispatcher per DLL.
3. When init or call any UI forms from DLL be sure to init the ActiveLanguage for that dispatcher.

This is the easiest and the fastest way for this.