Internationalization (i18n) support in spring mvc example tutorial
Internationalization
is the process of designing a software application so that it can be
adapted to various languages and regions without engineering changes.
The term is frequently abbreviated as i18n (where 18
stands for the number of letters between the first i and last n in
internationalization). Above definition essentially means making changes
in your application such that it should be usable in multiple locales (or languages in simple words).
In this Post we will see step by step implementation of Spring with internationalization.