> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clickterm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported languages

> The full list of languages ClickTerm supports for template content and clickwrap UI strings.

ClickTerm supports the following languages for both template content and clickwrap UI strings (buttons, prompts, labels). In the SDKs, the language is selected with the `language` parameter (`languageCode` on Android). If the requested language is omitted or unsupported, the default language configured in the ClickTerm dashboard is used.

| Code | Language                  | Code | Language        |
| ---- | ------------------------- | ---- | --------------- |
| `bg` | 🇧🇬 Bulgarian            | `hu` | 🇭🇺 Hungarian  |
| `cs` | 🇨🇿 Czech                | `it` | 🇮🇹 Italian    |
| `de` | 🇩🇪 German               | `nl` | 🇳🇱 Dutch      |
| `el` | 🇬🇷 Greek                | `no` | 🇳🇴 Norwegian  |
| `en` | 🇬🇧 English              | `pl` | 🇵🇱 Polish     |
| `es` | 🇪🇸 Spanish              | `pt` | 🇵🇹 Portuguese |
| `fi` | 🇫🇮 Finnish              | `ro` | 🇷🇴 Romanian   |
| `fr` | 🇫🇷 French               | `ru` | 🇷🇺 Russian    |
| `hi` | 🇮🇳 Hindi                | `sr` | 🇷🇸 Serbian    |
| `sv` | 🇸🇪 Swedish              | `uk` | 🇺🇦 Ukrainian  |
| `zh` | 🇨🇳 Chinese (Simplified) |      |                 |

<Info>
  ClickTerm does **not** auto-translate your content. Create localized template
  content in the ClickTerm dashboard for every language you plan to support.
</Info>
