Page 1 of 1

Exception.Create dialog box

Posted: Mon Jan 23, 2012 7:58 am
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

Posted: Tue Jan 24, 2012 7:41 am
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.