localeSelect
目的 Purpose
Generates an HTML select with Locale
s as values使用例 Examples
// create a locale select
<g:localeSelect name="myLocale" value="${locale}" />
詳細 Description
属性 Attributes
name
- The name to be used for the select boxvalue
(optional) - The selectedLocale
; defaults to the current request locale if not specified