How can I translate text inside controller in Spring Framework 3 ?
        Posted  
        
            by newbie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by newbie
        
        
        
        Published on 2010-05-04T11:46:51Z
        Indexed on 
            2010/05/04
            11:58 UTC
        
        
        Read the original article
        Hit count: 195
        
I need to send email confirmation, so now I have to localize sent message. I have initialized i18n in spring and now it works perfectly in jsp pages, but how can I use it in my controllers?
© Stack Overflow or respective owner