View previous topic :: View next topic |
Author |
Message |
bigjohn
Joined: 06 Oct 2004 Posts: 2
|
Posted: Thu Oct 07, 2004 6:41 pm Post subject: Different languages in the separate *.sil |
|
|
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. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Fri Oct 08, 2004 4:57 am Post subject: |
|
|
This is already quite easy way But also you may take a look at LoadLanguage() method of TsiLang.
Last edited by isiticov on Fri Oct 08, 2004 4:47 pm; edited 1 time in total |
|
Back to top |
|
 |
bigjohn
Joined: 06 Oct 2004 Posts: 2
|
Posted: Fri Oct 08, 2004 4:10 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Fri Oct 08, 2004 4:49 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
|