> For the complete documentation index, see [llms.txt](https://mapir.gitbook.io/chloros/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mapir.gitbook.io/chloros/supported-languages.md).

# Supported Languages

Chloros provides full interface support in **38 languages worldwide**, making it accessible to users across the globe. You can switch languages instantly in both the Desktop GUI and the CLI.

Chloros supports the following languages:

| #  | Language                   | Native Name          | CLI Code |
| -- | -------------------------- | -------------------- | -------- |
| 1  | 🇺🇸 English               | English              | `en`     |
| 2  | 🇪🇸 Spanish               | Español              | `es`     |
| 3  | 🇵🇹 Portuguese            | Português            | `pt`     |
| 4  | 🇫🇷 French                | Français             | `fr`     |
| 5  | 🇩🇪 German                | Deutsch              | `de`     |
| 6  | 🇮🇹 Italian               | Italiano             | `it`     |
| 7  | 🇯🇵 Japanese              | 日本語                  | `ja`     |
| 8  | 🇰🇷 Korean                | 한국어                  | `ko`     |
| 9  | 🇨🇳 Chinese (Simplified)  | 简体中文                 | `zh`     |
| 10 | 🇹🇼 Chinese (Traditional) | 繁體中文                 | `zh-TW`  |
| 11 | 🇷🇺 Russian               | Русский              | `ru`     |
| 12 | 🇳🇱 Dutch                 | Nederlands           | `nl`     |
| 13 | 🇸🇦 Arabic                | العربية              | `ar`     |
| 14 | 🇵🇱 Polish                | Polski               | `pl`     |
| 15 | 🇹🇷 Turkish               | Türkçe               | `tr`     |
| 16 | 🇮🇳 Hindi                 | हिंदी                | `hi`     |
| 17 | 🇮🇩 Indonesian            | Bahasa Indonesia     | `id`     |
| 18 | 🇻🇳 Vietnamese            | Tiếng Việt           | `vi`     |
| 19 | 🇹🇭 Thai                  | ไทย                  | `th`     |
| 20 | 🇸🇪 Swedish               | Svenska              | `sv`     |
| 21 | 🇩🇰 Danish                | Dansk                | `da`     |
| 22 | 🇳🇴 Norwegian             | Norsk                | `no`     |
| 23 | 🇫🇮 Finnish               | Suomi                | `fi`     |
| 24 | 🇬🇷 Greek                 | Ελληνικά             | `el`     |
| 25 | 🇨🇿 Czech                 | Čeština              | `cs`     |
| 26 | 🇭🇺 Hungarian             | Magyar               | `hu`     |
| 27 | 🇷🇴 Romanian              | Română               | `ro`     |
| 28 | 🇺🇦 Ukrainian             | Українська           | `uk`     |
| 29 | 🇧🇷 Brazilian Portuguese  | Português Brasileiro | `pt-BR`  |
| 30 | 🇭🇰 Cantonese             | 粵語                   | `zh-HK`  |
| 31 | 🇲🇾 Malay                 | Bahasa Melayu        | `ms`     |
| 32 | 🇸🇰 Slovak                | Slovenčina           | `sk`     |
| 33 | 🇧🇬 Bulgarian             | Български            | `bg`     |
| 34 | 🇭🇷 Croatian              | Hrvatski             | `hr`     |
| 35 | 🇱🇹 Lithuanian            | Lietuvių             | `lt`     |
| 36 | 🇱🇻 Latvian               | Latviešu             | `lv`     |
| 37 | 🇪🇪 Estonian              | Eesti                | `et`     |
| 38 | 🇸🇮 Slovenian             | Slovenščina          | `sl`     |

## How to Change Language

### In Chloros Desktop

1. Open the application settings
2. Navigate to the language selection menu
3. Choose your preferred language from the list
4. The interface will update instantly

### In Chloros CLI

Use the `language` command to view or change the CLI interface language:

```bash
# View current language
chloros-cli language

# Change to Spanish
chloros-cli language es

# Change to Chinese (Simplified)
chloros-cli language zh

# Change to Brazilian Portuguese
chloros-cli language pt-BR

# List all available languages
chloros-cli language --list
```

For more details, see the [CLI documentation](/chloros/cli.md).

## Coverage

All 38 languages are fully supported across:

* **Chloros Desktop** - Complete GUI translation
* **Chloros CLI** - Command-line interface and output messages

The Python SDK API and its [reference documentation](/chloros/reference-cli-and-sdk/sdk-reference.md) are provided in English.

Language support ensures that users worldwide can work efficiently in their native language without barriers.
