Localization of modular applications

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
bob2553
Posts: 1
Joined: Tue Mar 15, 2005 10:31 am

Localization of modular applications

Post 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
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
Post Reply