Facade module providing HTML form select helpers for localized data.
This module delegates to specialized submodules that generate <select> tags and option lists for currencies, territories, locales, units of measure, and months. Each helper localizes display names according to the current or specified locale using the Localize library.
Delegate Functions
currency_select/3andcurrency_options/1— seeLocalize.HTML.Currency.territory_select/3andterritory_options/1— seeLocalize.HTML.Territory.locale_select/3andlocale_options/1— seeLocalize.HTML.Locale.unit_select/3andunit_options/1— seeLocalize.HTML.Unit.month_select/3andmonth_options/1— seeLocalize.HTML.Month.