localization?

Posts   
 
    
mafti
User
Posts: 38
Joined: 27-Oct-2004
# Posted on: 07-Dec-2004 09:02:13   

Hi,

i have some pages with datgrid with basic edit-things and no validation what-so-ever except the "exception-messages" of llbgen-pro.

here lies the problem, they are in english, and the project i'm working for wants them in dutch rage

so is there a way to change the ex.message in dutch?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 07-Dec-2004 10:16:05   

All exceptions from LLBLGen Pro are considered exceptions which are not to be shown to the end user. This means that the message reported by LLBLGen Pro's code is for developers, not for end-users. That's the reason they're not localized. I mean, the user can't do anything with an error message that a row couldn't be written because of some FK constraint violation in some table...

Frans Bouma | Lead developer LLBLGen Pro
mafti
User
Posts: 38
Joined: 27-Oct-2004
# Posted on: 07-Dec-2004 11:53:38   

Otis wrote:

All exceptions from LLBLGen Pro are considered exceptions which are not to be shown to the end user. This means that the message reported by LLBLGen Pro's code is for developers, not for end-users. That's the reason they're not localized. I mean, the user can't do anything with an error message that a row couldn't be written because of some FK constraint violation in some table...

understandable simple_smile