Struts 2 - Using Message Resource Files To Display Text and Enable Internationalization
Introduction
In this tutorial we'll explore using Struts 2 message resource capabilities (also called resource bundles). Message resources provide a simple way to put text in a view page that is the same throughout your application, to create form field labels, and to change text to a specific language based on the user's locale (i18n).

