Exception.Create dialog box

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Rinkesh
Posts: 1
Joined: Mon Jan 23, 2012 6:59 am

Exception.Create dialog box

Post by Rinkesh »

Hi,

I am able to internationalize ShowMessage and MessageDlg dialog boxes but can anyone tell me how can I internationalize "Exception.Create" dialog box in Delphi using Tsilang.

I have gone through FAQ section but haven't found anything over that.

Thanks for the help

Rinkesh
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

The most easy way is to handle Application.OnException event and display there your own dialog box. Otherwise you would need to use Resource Strings Wizard from TsiLang Expert, import all reasource strings related to the exception dialog and translate them in TsiLang.
Hope this helps.
Best regards,
Igor Siticov.
Post Reply