View previous topic :: View next topic |
Author |
Message |
Rinkesh
Joined: 23 Jan 2012 Posts: 1
|
Posted: Mon Jan 23, 2012 7:58 am Post subject: Exception.Create dialog box |
|
|
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 |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Tue Jan 24, 2012 7:41 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
|