Going International with Spring i18n Internationalization or say Localization

This will cover the springframework internationalization feature in order to be able to show various messages using the language resource bundle file.

I had taken help from MKYONG blog and packaged a good working example to demonstrate it. This app even transitions pages and shows  that locale is maintained even when we navigate away from the page where locale was modified.

The WebTestJEEi18n project covers most of these configuration comprehensively.

Link to the GITHUB project: https://github.com/vishwakarmarhl/SpringInternational.git

Will be adding more on springs technology progressively.