(Quick Reference)
i18n
Purpose
The
i18n
plugin configures Grails' support for
Internationalization.
Examples
An example
messages.properties
within the
grails-app/i18n
directory:
default.created.message={0} {1} created
default.updated.message={0} {1} updated
default.deleted.message={0} {1} deleted
default.not.deleted.message={0} {1} could not be deleted
default.not.found.message={0} not found with id {1}
Description
Refer to the section on
Internationalization in the Grails user guide which details Grails' i18n support.
Configured Spring Beans: