Search found 2 matches

by AdilsonGarcia
Thu Jan 15, 2015 11:27 am
Forum: TsiLang Components Suite
Topic: Update Translations from a Dictionary File in runtime
Replies: 1
Views: 8212

Update Translations from a Dictionary File in runtime

Is it possible to load the translations from a Dictionary File (.dic) at runtime? We use the Dictionary Manager to populate the translations, when we need to update our Delphi Project with them, we need to open the "Translation Editor" of each form, and select the option to update from the...
by AdilsonGarcia
Fri Jan 09, 2015 9:41 am
Forum: TsiLang Components Suite
Topic: TranslateData property is saved in binary format in DFMs
Replies: 1
Views: 8789

TranslateData property is saved in binary format in DFMs

We are using Git as our Version Control System. Git don´t have an lock file feature, so when two people modify the same file at same time Git tries to do a merge. Because TsiLang store its data in binary format in the .DFM, the merge is impossible. I know we could resolve this issue by stablishing a...