🧩 Checkout Elements support the following languages:
- English
- French
- Italian
- Spanish
- German
- Japanese
- Korean
- Chinese
By default, text is shown in the buyer's preferred browser language and defaults to English.
Force a specific language
To always show text in one language, set the locale
property when creating the Checkout Element in your frontend code.
React example
<CheckoutWithCard
// ...
locale='fr'
/>
JavaScript SDK example
createCheckoutWithCardElement({
// ...
locale: 'fr',
})