This page last changed on Feb 17, 2006 by graeme.rocher@gmail.com.
Tag - localeSelect
Description
Creates a select to select from a list of available locales
Parameters
- value (optional) - The set locale, defaults to the current request locale if not specified
Examples
// create a locale select
<g:localeSelect name="myLocale" value="${locale}" />
|