Site-wide

Language and currency

Global parameters that apply on any page.

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.

EffectDetail
Cookiepreferred_currency (1 year)
UsageCalculator 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.