This package contains classes used for Expresso's I18N capabilities. Because Expresso
is designed to provide pluggable components, we associate a specific MessagesBundle
with each Schema, rather than a single MessagesBundle.properties for the whole
application
Messages.java
The Messages object provides a way to gain access to the appropriate
local-language version of a message, and to provide substitution of
parameters in the message string if necessary.