Page 1 of 1

Dialogs section

Posted: Thu Jan 21, 2010 2:50 pm
by wcizmowski
Hello,
For me it is not necessary to have [Dialogs] section in my translation.
How i can to remove this?
If I used Clear then after next Delphi project open i have this section again..

It is a bug? (I dont have siDialogs components in my project)

Please help me.
Thanks in advance.

Posted: Fri Jan 22, 2010 10:21 am
by isiticov
Hello,

In such case you can just use TsiLangLinked component instead of TsiLang. It doesn't contain Dialogs section.

P.S. Please note: strings in Dialogs sections are also used for MessageDlg() and other message box methods!

Posted: Mon Jan 25, 2010 12:32 pm
by wcizmowski
hello,
yes, i know that is not using in standard dialog, but i need "tiny" SIL files, without [Dialogs] scetion.
so, as i see i must manually remove this section from my SIL files...
is no other way.

but:
my main TSILang component cannot be TsiLangLinked, i have TSiLangRT

Posted: Wed Jan 27, 2010 5:38 am
by isiticov
Are you sure you really need to use TsiLangRT? Does your application provide run-time translation editing per form basis? TsiLangRT is needed only in this case.

Posted: Wed Feb 03, 2010 9:27 am
by wcizmowski
hello,
ok, then how can I move translation from TsiLangRT into TsiLangLinked?
I think, Export... from RT and after Load... into TsiLangLinked ?
I can't lost terms...

Posted: Thu Feb 04, 2010 3:49 am
by isiticov
Export and then Import will work. Also you can use TsiLang Epxert's menu Tools | Change TsiLang Type to...