Skip to main content

Online payments

Localisation

Last updated: 13-Mar-2024

Overview

The text displayed on the Checkout page can be rendered in multiple languages.

It is possible to allow the customer to select a language on the page and to set a preferred language to be used by default. It is also possible to only display a single language and remove the option for the cardholder to select a different language.

The i18n field in the create checkout request is used to configure the localisation settings.

  • default_language - Default language is used for displaying the page. Any customer language choice would override this option.
  • fallback_language - Fallback language is used when default_language is invalid. Any customer language choice would override this option.
  • show_language_options - Indicates whether a language selection option should be shown to the customer on the Checkout page or not

Supported languages

 
Language Abbreviation
Arabic ar
Danish da
Dutch nl-be
English en
Estonian  et
Finnish fi
French fr
German de
Greek el
Hebrew he
Icelandic is
Italian it
Latvian lv
Lithuanian lt
Norwegian no
Polish pl
Portuguese pt
Russian ru
Swedish sv
Spanish es

Language setting

Setting a language and not allowing the user to change the language:

{
  ...
  "i18n":{
    "default_language": "en",
    "fallback_language": "en"
    "show_language_options": false,
  }
  ...
}

Setting a language and allowing the user to change the language:

{
  ...
  "i18n":{
    "default_language": "en",
    "show_language_options": true,
  }
  ...
}

As an example, French language with an option to change the language and fallback to English would be configured like this:

{
  ...
  "i18n":{
    "default_language": "fr",
    "fallback_language":"en"
    "show_language_options": true,
  }
  ...
}

 

Need help?

Do you have a question? If you didn’t find the answer you are looking for in our documentation, you can contact our Support teams for more information. If you have a technical issue or question, please contact us. We are happy to help.

Not yet a Verifone customer?

We’ll help you choose the right payment solution for your business, wherever you want to sell, in-person or online. Our team of experts will happily discuss your needs.

Verifone logo