Excelent! it's working now.
Thanks a lot Isiticov for your help.
Just a suggestion, It would be great that Tsilang Expert add the unit to the uses clause automatically.
Regards.
Marcelo
Search found 8 matches
- Fri Feb 18, 2005 7:09 pm
- Forum: TsiLang Components Suite
- Topic: Problems a with a unit without form in Delphi 7
- Replies: 2
- Views: 6581
- Fri Feb 18, 2005 4:39 pm
- Forum: TsiLang Components Suite
- Topic: Problems a with a unit without form in Delphi 7
- Replies: 2
- Views: 6581
Problems a with a unit without form in Delphi 7
Hi, I'm working with Delphi 7 and Tsilang Components Suite 5.3.2. I have a unit without form called License. This unit have four constant strings: err1000= 'Ivalid license file'; err1001= 'License CRC failed'; (.......) I go to Tsilang Expert --> File --> Const Section --> Without Form. I select uni...
- Thu Feb 17, 2005 6:12 pm
- Forum: TsiLang Components Suite
- Topic: How to translate every string in a message dialog
- Replies: 2
- Views: 6523
- Thu Feb 17, 2005 5:00 pm
- Forum: TsiLang Components Suite
- Topic: How to translate every string in a message dialog
- Replies: 2
- Views: 6523
How to translate every string in a message dialog
Hello, I'm using Tsilang Component Suite 5.3.2 with Delphi 7, and I have the following situation: Suppose I have the following code: MessageDlg('Are you sure?', mtConfirmation, [mbOk, mbCancel], 0) How can I translate the dialog caption ("Confirmation") and the button messages ("Ok&qu...
- Tue Feb 15, 2005 6:18 pm
- Forum: TsiLang Components Suite
- Topic: Probles with Tsilang component ver.5.3.2
- Replies: 4
- Views: 10002
- Tue Feb 15, 2005 6:04 pm
- Forum: TsiLang Components Suite
- Topic: Probles with Tsilang component ver.5.3.2
- Replies: 4
- Views: 10002
Hi 1. OnChangeLanguage have no code. 2. I have tried to delete the multiline items translation and now have the opposite situation: silang1.ActiveLanguage:=2; is working ok now, but if I set ActiveLanguage to 1 I receive the same error that before I received with activelanguage equals to 2. 3. Are y...
- Tue Feb 15, 2005 4:39 pm
- Forum: TsiLang Components Suite
- Topic: Probles with Tsilang component ver.5.3.2
- Replies: 4
- Views: 10002
- Tue Feb 15, 2005 2:11 pm
- Forum: TsiLang Components Suite
- Topic: Probles with Tsilang component ver.5.3.2
- Replies: 4
- Views: 10002
Probles with Tsilang component ver.5.3.2
Hello, I'm having the following problem, I have added the Tsilang component and I have defined two languages (English and Spanish), The fact is that I'm translating and English Delphi source code, when use this line in the source code: silang1.ActiveLanguage:=2; I receive the following error message...