Internationalization for Java Web Applications.

Message File

I18n follows a simple convention for naming messages file (a properties file).
messages.properties => The file I18n will use if it can't find a specific message 
                  properties file.
messages_something.properties => "something" will be the code for the language. So, 
                  if the file is named messages_pt-BR.properties, it will be 
                  responsible for pt-BR lang code.
Inside the files, just add your keys and values:
your.key = Any text you want to display