Checkout 3.0
Change language

Change language

To change language of the checkout, call the changeLanguage JS function on the avardaCheckout object with one of supported languages as string argument.

The avardaCheckout object is attached to the page globally after the avardaCheckoutInit function is called.

Supported languages:

  • Danish
  • English
  • Estonian
  • Finnish
  • Norwegian
  • Swedish
  • Latvian
  • Czech
  • Polish
  • Slovak

Example:

<input
  type="button"
  onclick='avardaCheckout.changeLanguage("English");'
  value="Change language"
/>