Localization Basics
Last updated
Was this helpful?
Last updated
Was this helpful?
Example code is available on .
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.