Thanks,
that has helped. Would it make sense to add silnglnk to the whole project ?
Regards
Thomas
Search found 13 matches
- Mon Aug 02, 2004 6:02 am
- Forum: TsiLang Components Suite
- Topic: Exception "EClassnotFound"
- Replies: 3
- Views: 10441
- Sun Aug 01, 2004 7:18 am
- Forum: TsiLang Components Suite
- Topic: Exception "EClassnotFound"
- Replies: 3
- Views: 10441
Exception "EClassnotFound"
Hi, its me again -) I added a new form to my project , added a TSilang Component to it and assigned the component to my global Dispatcher. I also saved the translation of the form to a .sib file and merged it with my project .sib file to have all the translations in one file. While trying to load th...
- Thu Jul 29, 2004 5:20 pm
- Forum: TsiLang Components Suite
- Topic: Dynamic language
- Replies: 8
- Views: 17877
Hi, which details do you need ?. I won't do it again as it took me quite a while to go through all forms, had to open them, ignore the errormessages and had to create the whole project again (compile only (F9) wasn t enough). What happened was: The languagenames are no longer assigned to some of the...
- Thu Jul 29, 2004 3:39 pm
- Forum: TsiLang Components Suite
- Topic: Language N1 and N2 in one form
- Replies: 2
- Views: 8475
- Wed Jul 28, 2004 6:05 pm
- Forum: TsiLang Components Suite
- Topic: Language N1 and N2 in one form
- Replies: 2
- Views: 8475
Language N1 and N2 in one form
Hi, I have a .sib file, which consists of two languages "Deutsch" and "Englisch". It is the same for 49 forms, except for one, which has in the .sib file only the languages "Language N1" and "Language N2". This is only in the .sib file, not in the form itself....
- Wed Jul 28, 2004 5:25 pm
- Forum: TsiLang Components Suite
- Topic: Dynamic language
- Replies: 8
- Views: 17877
adding the content of the .sib file to the project does not work. I did it twice withe the result, that I have toe reopen each form (50 !) to assign the language names back. There are also all translation infos gone. All I have now is a .sib file which contains all the translation infos and an "...
- Fri Jul 23, 2004 5:21 pm
- Forum: TsiLang Components Suite
- Topic: Dynamic language
- Replies: 8
- Views: 17877
- Fri Jul 23, 2004 4:50 pm
- Forum: TsiLang Components Suite
- Topic: Dynamic language
- Replies: 8
- Views: 17877
- Thu Jul 22, 2004 4:38 pm
- Forum: TsiLang Components Suite
- Topic: Dynamic language
- Replies: 8
- Views: 17877
Dynamic language
Hi, your advice (Define default directory) has worked, thanks for it. I also tried the dynamic language example, which seems to work as expected, but: 1. I have to connect 50 tsilang components to one dispatcher. How could this be done without opening all 50 forms ? 2. I created a .sib file from the...
- Tue Jul 20, 2004 6:08 pm
- Forum: TsiLang Components Suite
- Topic: Define default dictionary ?
- Replies: 5
- Views: 13415
- Tue Jul 20, 2004 5:53 pm
- Forum: TsiLang Components Suite
- Topic: Define default dictionary ?
- Replies: 5
- Views: 13415
Just one quick question:
Do I have to do
for every form or only in mainform ?.
Do I have to do
Code: Select all
siLangDispatcher1.LoadAllFromFile(siLangRTSE1.SILFile);
- Tue Jul 20, 2004 5:49 pm
- Forum: TsiLang Components Suite
- Topic: Define default dictionary ?
- Replies: 5
- Views: 13415
- Tue Jul 20, 2004 12:08 pm
- Forum: TsiLang Components Suite
- Topic: Define default dictionary ?
- Replies: 5
- Views: 13415
Define default dictionary ?
I'm a registered user since 2001, but I only did some trivial translations yet. I have to translate a given project from German to English but found some "problems", which I'm unable to solve yet. 1. How can I assign a dictionary to a project ?. I have created a certain dictionary but ever...