These parameters are handled by middleware site-wide.
Language (lang)
Goes in the path, not the query:
/es/insurance
/en/quote
Visiting a valid language route saves a preference cookie.
Currency (cu / currency)
Equivalent aliases: cu or currency.
| Effect | Detail |
|---|---|
| Cookie | preferred_currency (1 year) |
| Usage | Calculator and checkout read the cookie when quoting |
Supported currencies: EUR, USD, GBP, CHF, CAD, AUD, JPY, SEK, NOK, DKK, PLN, NZD
https://globely.com/es/insurance?cu=USD
https://globely.com/en/quote?currency=GBP
No need to repeat currency in form fields if it is already set on the entry URL.