# Supported Languages

Chloros provides full interface support in **38 languages worldwide**, making it accessible to users across the globe. You can switch languages instantly across all interfaces: Desktop, Browser, CLI, and Python SDK.

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/Browser

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).

### In Chloros Python SDK

Set the language parameter when initializing the SDK to get messages and outputs in your preferred language.

## Coverage

All 38 languages are fully supported across:

* **Chloros Desktop** - Complete GUI translation
* **Chloros Browser** - Web interface in all languages
* **Chloros CLI** - Command-line interface and output messages
* **Chloros Python SDK** - API messages and documentation

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mapir.gitbook.io/chloros/supported-languages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
