How is localization achieved in the spring mvc web applications?
Answer / Siddh Nath Jha
Localization in Spring MVC web applications is achieved by using MessageSource interface and related implementations like ReloadableResourceBundleMessageSource. This allows you to load application messages from property files for different locales. You can also use i18n tag library for displaying internationalized text.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a target?
What are different bean scopes in spring?
How do we implement di in spring framework?
Explain spring mvc architecture.
Is a spring bean a singleton?
What problem does dependency injection solve?
What are inner beans?
What is oauth in simple words?
What is the use of component scan in spring?
What is spring rest?
What is session scope in spring?
Explain the concept of root application context in spring mvc along with its loading process.