> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/unified-language-support.md).

# Unified Language Support

As of the 5/26/2026 release, there are new parameters that determine the language in the conversation of the Webchat and AI Chat applications/bots. Similar to the Universal Bot, these channels now have unified language support.

Currently, when you open an application/bot, Webchat or AI Chat, the bot starts the conversation in English, or the language you set as the application/bot’s default language, regardless of the language setting of the user’s browser.

For instance, if a your browser is set to Spanish, the bot will still start the conversation in English.

You can set the application/bot to match the language set in the bot user’s browser.

#### **To set Auto Detection:**

1. Navigate to **Settings > AiseraGPT**.
2. Choose the application/bot that you want to modify.
3. Select the **pencil icon** to edit the application/bot.
4. On the **Details** page, scroll down the page to the **View Conversations** link.
5. Select the link.
6. Modify the [**initial conversation messages**](https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/view-conversation-messages#initial-conversation-messages) to create or choose some initial messages in the languages your bot will support.

<div align="left"><img src="https://docs.aisera.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FiZkLJr3EjXkd2tHYiQJP%2Fblobs%2FOiYFvbMFQAUxVSetF3oI%2FUnknown%2520image&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=d3738ff4&#x26;sv=2" alt=""></div>

7. Go back to the application/bot **Details** page and scroll to the **Channels** section.
8. Select the **Webchat** or **AI Chat** channel.

<div align="left"><img src="https://docs.aisera.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FiZkLJr3EjXkd2tHYiQJP%2Fblobs%2Fi0E4s3tuKUOTCln5k7oW%2FUnknown%2520image&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=89a930a2&#x26;sv=2" alt="" width="375"></div>

9. On the **Edit Channel** window, select the **Use Browser Language** checkbox.

**Live Language Assignment**

If the user has not logged into the application/bot before, their user profile in the Aisera Gen AI platform is created to with the default language they have specified in their browser.

**Localization of Error Messages**

Error messages and other UI content will appear in the same language as the Webchat or AI Chat conversation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/unified-language-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
