Page 1 of 1

Different languages in the separate *.sil

Posted: Thu Oct 07, 2004 6:41 pm
by bigjohn
Hi.

I need to have the different languages stored in the separate *.sil files (English.sil, Dutch.sil etc).
I can implement it by manually creation of these files and then use LoadAllFromFile method to get appropriate language strings. But maybe there is another way to do it a little easier?

Regards.

Posted: Fri Oct 08, 2004 4:57 am
by isiticov
This is already quite easy way :) But also you may take a look at LoadLanguage() method of TsiLang.

Posted: Fri Oct 08, 2004 4:10 pm
by bigjohn
isiticov wrote:This is already quite easy way :)
Yes, really. It's not too hard :)
But how about translation? In this case I need to update all translated strings in all the files manually.

Posted: Fri Oct 08, 2004 4:49 pm
by isiticov
You can hold all languages in one file on your side and just before release create each language file by deleting all languages except needed and save file under different name.