How to achieve localization in Spring MVC applications?
Answers
Answered by
0
Spring framework is shipped with LocaleResolver to support the internationalization and thuslocalization as well. To make Spring MVC application supports the internationalization, you will need to register two beans. SessionLocaleResolver : It resolves locales by inspecting a predefined attribute in a user's session.
Similar questions