---
doc_version: "1.0.0"
last_updated: "2026-07-14T15:00:57.718Z"
title: "Supported Languages"
description: "List of languages that ChatbotIQ bots can respond in, with language codes."
keywords: [languages, multilingual, language codes, localization, ChatbotIQ]
---

ChatbotIQ bots can respond in any of the following languages. Set the response language in your bot settings.

> **Note:** With a fixed language, the bot responds in the selected language regardless of what language the user types in. If you want the bot to mirror the visitor, use **Auto-detect** (the default for new bots). For dedicated single-language bots, create separate bots with different language settings.

---

## Available languages

| Language | Code |
|----------|------|
| Auto-detect (default) | `auto` |
| English | `en` |
| Czech | `cs` |
| German | `de` |
| French | `fr` |
| Spanish | `es` |
| Italian | `it` |
| Portuguese | `pt` |
| Dutch | `nl` |
| Polish | `pl` |
| Slovak | `sk` |
| Japanese | `ja` |
| Chinese (Simplified) | `zh` |
| Korean | `ko` |

### Auto-detect (`auto`)

When language is set to `auto`, the bot detects the language of each incoming user message and replies in that same language. If the language is unclear, it falls back to English. This is the default for newly created bots, so a single bot can serve a multilingual audience without spinning up one bot per language.

---

## Tips

- **Content language vs. response language:** Your knowledge base content can be in any language. The bot will try to answer in the configured response language, drawing from content in whatever language is available.
- **Best results** come when the knowledge base content and the response language match.
- **The AI model matters:** More capable models (GPT-5.2, Claude Sonnet 4.6) tend to produce better multilingual output than lighter models.

---

## Related

- [Bot Settings Reference](/reference/bot-settings/) - where to set the language
- [Create and Manage Bots](/how-to/create-and-manage-bots/) - bot creation walkthrough

## Sitemap

Full documentation index: [sitemap.md](/sitemap.md) and [llms.txt](/llms.txt).
