internationalization « MVC Controller « Spring Q&A





1. How can I translate text inside controller in Spring Framework 3?    stackoverflow.com

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 ...