# Multi-Language

Zotlo automatically adapts the checkout language based on the customer’s browser preferences. If the preferred language is supported, the checkout is shown in that language; otherwise, it falls back to English.

Multi-language support helps increase trust, reduce friction, and improve conversion in global funnels.

## **Language Selection**

* The user’s browser/OS language is detected automatically.
* If the language is supported, the checkout instantly switches to that language.
* If not supported, English is used as the fallback default.
* Merchants do not need to configure anything — language handling is automatic.
* RTL (right-to-left) languages are rendered with proper alignment.

## **Supported Languages**

Below is the full list of languages currently supported by Zotlo Checkout:

| Language           | Language                  |                     |
| ------------------ | ------------------------- | ------------------- |
| **ar**             | **Arabic** *(RTL)*        | **العربية**         |
| **az**             | **Azerbaijani**           | **Azərbaycan**      |
| **zh**             | **Chinese (Simplified)**  | **简体中文**            |
| **zh\_tw**         | **Chinese (Traditional)** | **繁體中文**            |
| **cs**             | **Czech**                 | **Czech**           |
| **da**             | **Danish**                | **Dansk**           |
| **nl**             | **Dutch**                 | **Dutch**           |
| **en** *(Default)* | **English**               | **English**         |
| **fr**             | **French**                | **French**          |
| **de**             | **German**                | **Deutsch**         |
| **he**             | **Hebrew** *(RTL)*        | **עִבְרִית**        |
| **hi**             | **Hindi**                 | **Hindi**           |
| **hu**             | **Hungarian**             | **Hungarian**       |
| **id**             | **Indonesian**            | **Indonesia**       |
| **it**             | **Italian**               | **Italian**         |
| **ja**             | **Japanese**              | **Japanese**        |
| **kk**             | **Kazakh**                | **Kazakh**          |
| **ko**             | **Korean**                | **Korean**          |
| **ms**             | **Malay**                 | **Melayu**          |
| **no**             | **Norwegian**             | **Norsk**           |
| **pt**             | **Portuguese**            | **Portuguese**      |
| **pt\_br**         | **Portuguese (Brazil)**   | **Portuguese (BR)** |
| **ro**             | **Romanian**              | **Romanian**        |
| **ru**             | **Russian**               | **Русский**         |
| **es**             | **Spanish**               | **Español**         |
| **sv**             | **Swedish**               | **Svenska**         |
| **tl**             | **Tagalog**               | **Tagalog**         |
| **th**             | **Thai**                  | **ภาษาไทย**         |
| **tr**             | **Turkish**               | **Türkçe**          |
| **uk**             | **Ukrainian**             | **Українська**      |
| **vi**             | **Vietnamese**            | **Việt Nam**        |

#### Override Language

(Developer Use) If needed, you can manually force a specific language using [SDK parameters](https://docs.zotlo.com/integrating-zotlo/web-sdk/sdk-overview) or [API fields](https://docs.zotlo.com/integrating-zotlo/api-reference/introduction). Otherwise, auto-detection handles everything.
