How is localization achieved in the spring mvc web applications?



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

Post New Answer

More Spring Framework Interview Questions

What is a target?

1 Answers  


What are different bean scopes in spring?

1 Answers  


How do we implement di in spring framework?

1 Answers  


Explain spring mvc architecture.

1 Answers  


Is a spring bean a singleton?

1 Answers  


What problem does dependency injection solve?

1 Answers  


What are inner beans?

1 Answers  


What is oauth in simple words?

1 Answers  


What is the use of component scan in spring?

1 Answers  


What is spring rest?

1 Answers  


What is session scope in spring?

1 Answers  


Explain the concept of root application context in spring mvc along with its loading process.

1 Answers  


Categories