Page 1 of 1

"i18n Package" and Delphi system errors...

PostPosted: December 20th, 2018, 1:27 pm
by Laurent
Hi,

What I can see is a really great Delphi components that integrated all specific cultures like calendars, currencies etc...
Thank you for this great job !

I'm wondering if inside these components, there are methods to translate too :

1. The Delphi error messages
2. All the TOpen/Save/OpenSavePicture/Font/Print/Dialogs

If yes --> How does it work in code ?
If not --> How can I do to implement these translations ?

Thank you for your answer.

Regards,

Laurent

Re: "i18n Package" and Delphi system errors...

PostPosted: December 26th, 2018, 10:28 am
by Kambiz
Hi Laurent,

The package does not have built-in support for localizing system dialog or internal Delphi error messages.

Sadly, I can't answer your second question because I really don't know. It is a long time that I don't write in Delphi anymore. However, I suppose if you look at the source code of i18n editor, you will get some ideas.