localization
Generate a form for customers to choose their preferred country/region, which will display the appropriate language and currency for them. The localization form includes the following two selectors:
- a country selector
- a language selector
Params
form_type {String}form type, fixed to "localization"
Form Inputs
Form Props Accepts all HTML attributes supported by <form> tag
tip
For detailed information on how to use this form, please refer to Supporting Multiple Currencies and Languages.
Example
{{#form "localization" id="localization-form" class="localization-form"}}{{/form}}
Was this article helpful to you?