Struts i18n

The StrutsI18nSupport class extends the Calyxo Base' i18n support base class and will be used by Calyxo to resolve localized resources and to format messages.

The implementation simply forwards to the Struts message resources mechanism, so there's not much to say, here.

For example, an accessor expression like ${calyxo.base.i18n.bundle['foo'].resource['bar']} will lookup key "bar" in the Struts message resource, that you registered in your Struts configuration with key="foo".

You may refer to the default message resource (which has no key attribute set in its configuration) by specifying bundle null.