Science, asked by nirmit39641, 11 months ago

How to achieve localization in Spring MVC applications?

Answers

Answered by abhishek2737
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