Search found 5 matches

by Melamori
Wed May 03, 2006 2:14 pm
Forum: TsiLang Components Suite
Topic: Translate strings in files which run without forms
Replies: 5
Views: 9283

Is it the only method? These units are in different projects...
Can I create siLang1 when program is running? I"ve tried to do so, but it shows access violation when I call function LoadAllFromFile...
by Melamori
Wed May 03, 2006 9:31 am
Forum: TsiLang Components Suite
Topic: Translating the MessageBox
Replies: 14
Views: 33693

Thank you very much - it works :)
by Melamori
Wed May 03, 2006 9:04 am
Forum: TsiLang Components Suite
Topic: Translate strings in files which run without forms
Replies: 5
Views: 9283

Using TsiLang Expert menu File -> Source -> Without Form Then select which unit source you need to translate and form that will hold the translations. After you click OK Expert will scan your source, find used strings and offer you to translate them. Please let me know if this helps. I can't use si...
by Melamori
Tue May 02, 2006 4:29 pm
Forum: TsiLang Components Suite
Topic: Translate strings in files which run without forms
Replies: 5
Views: 9283

Translate strings in files which run without forms

I have a program with many forms running in diferent time and units running when there is no forms. In these strings there are many dialogs - MessageDlg etc. Program in C++ Builder.
What is the best way to translate these strings?
by Melamori
Tue May 02, 2006 3:26 pm
Forum: TsiLang Components Suite
Topic: Translating the MessageBox
Replies: 14
Views: 33693

Can you write this code for c++ builder, please?
Is it necessary to add this code to every file in which I use MessagBox?