Localization Basics
Example code is available on github.com/vaadin-on-grails/localization-basics.
Localization property files are stored in grails-app/i18n folder.

In order to access the values in from the localized property files, use Grails.i18n() method. Grails class is provided by the plugin. Here are various ways how to use i18n method.
Last updated
Was this helpful?