localeSelect
Purpose
Creates a select to select from a list of available localesExamples
// create a locale select
<g:localeSelect name="myLocale" value="${locale}" />
Description
Attributesname
- The name to be used for the select boxvalue
(optional) - The set locale, defaults to the current request locale if not specified