Where are the translations for a form stored?

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
brian wilkinson
Posts: 1
Joined: Wed Mar 28, 2007 9:37 am

Where are the translations for a form stored?

Post by brian wilkinson »

Where are the translations for a form stored?

I know that you can export the translations to .sil file, but in a delphi project where are the translations stored.

Are there any implications when multi users are all working in the same project
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Translations are stored in DFM as TsiLang property so you can work with your forms as usual.
Best regards,
Igor Siticov.
stuart
Posts: 16
Joined: Wed Dec 17, 2008 11:34 am

Post by stuart »

following on from this, can you explain to me where this then fits with the sil/sib file? Does it mean there are two copies of the translation, one in the DFM and the other in the external file?

Once again, appologies if this is a simple newbie question.

Stu
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Yes, if you use SIB files then the translations are in DFMs and in SIB. When you load SIB the translations stored in DFM overwritten. If you wish to keep empty DFMs (we don't recommend this!) you can just Clear translations right before the release build. But be sure to load them back from SIB when you continue your development.
Best regards,
Igor Siticov.
Post Reply