This will contain the default messages, and additional languages can be added by extending the file name. To add a German bundle add a MessagesBundle_de.properties file, and for a French one use MessagesBundle_fr.properties.
The correct file will be loaded by checking the received locale, and falling back to the default file.
Messages in a Class
Instead of using a file the messages may be stored inside a class.