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
Where are the translations for a form stored?
-
- Posts: 1
- Joined: Wed Mar 28, 2007 9:37 am
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 Sitikov.
Igor Sitikov.