is there any chance to translate Interbase/Firebird exception messages ? For eg. I have Exception
TOO_MANY_CONNECTS 'There are to many connect to database, please try again later.'
And now clients from other country (for eg. Russia) want to see exception message in their native lang. I know that FireBird 2.1 allow to put custom exception message (and it solves my problem), but InterBase 7.5 don't.
Thanks.