many forms, one sil-File ?

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
mediatech
Posts: 23
Joined: Fri Mar 11, 2005 6:02 am

many forms, one sil-File ?

Post by mediatech »

Hi there,

i´m using about 26 forms in a Delphi-Project, each of them with it´s own TSiLangRTSE-Component (Delphi 7), all with one (the same) lang.dispatcher.
In Enduser-Software ther´s the possibilty (for the end-user) to modify the translations by himself (...siLang1.EditStrings('', sLangDelimiter)...). All translations are stored in one sil-File. If the user is going to translate one form, it´s always opened the whole translationfile, with translations for all forms. Is there a possibilty to filter this, so that he just gets the items for one form ??

Thanks in advance


Andreas
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

Unfortunately, this is not possible. There is only possibility to define the property which will be selected by default.
Best regards,
Igor Siticov.
mediatech
Posts: 23
Joined: Fri Mar 11, 2005 6:02 am

Post by mediatech »

isiticov wrote:Hello,

Unfortunately, this is not possible. There is only possibility to define the property which will be selected by default.
That´s good enough for the moment, how am i going to do that ?

What about implementing the feature "Filter a Form" in one of the next versions ??

Thanks


Andreas
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Code: Select all

EditStrings('Captions', sLangDelimiter);
We will try to add the requested feature in next versions.
Best regards,
Igor Siticov.
Post Reply