How can I translate text inside controller in Spring Framework 3 ?
- by newbie
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?