Validation error language in asp.NET dynamic data WEB-site
        Posted  
        
            by loviji
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by loviji
        
        
        
        Published on 2010-05-22T23:53:11Z
        Indexed on 
            2010/05/23
            0:00 UTC
        
        
        Read the original article
        Hit count: 257
        
Hello,
I need to change language of validation error to another language. Validation logic must not be changed.
I just want to translate The field f5080eb8_0a83_4b89_b339_233528441711 must be a valid integer. into another language. For example from English into Italian.
I search in my project for this text, result=0. So, what is the best way to translate validation error text into another language?
Some ideas, thanks!
© Stack Overflow or respective owner