> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhello/getting-started/language-support-in-ix-hello-web-ui-and-conversations.md).

# Language Support in iX Hello: Web UI and Conversations

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl2dmTEKSqnEOjqqng3nd%2Fuploads%2FEK4yPmvS25TZrIUuMZap%2FixHelloLanguageSupport%201.mp4?alt=media&token=ed729a57-7ec6-4135-b037-f44746f92ad4>" %}

1. **Overview**

iX Hello Employee is designed to serve a global workforce, offering multilingual support both in the Web UI and during conversations. Whether you’re navigating the platform or chatting with our assistants, you can experience iX Hello in the language you are most comfortable with.

This article will guide you through the available language options and explain how the system handles language settings.

2. **Web UI Language Support**

The iX Hello Employee web interface supports 19 languages, allowing users to interact with the platform in their native or preferred language for an intuitive and comfortable experience.

3. **Supported Web UI Languages:**

| **Language**          | **Code** |
| --------------------- | -------- |
| English               | en-US    |
| Arabic                | ar-EG    |
| Chinese (Simplified)  | zh-CN    |
| German                | de-DE    |
| Spanish               | es-ES    |
| French                | fr-FR    |
| Italian               | it-IT    |
| Polish                | pl-PL    |
| Portuguese (Brazil)   | pt-BR    |
| Russian               | ru-RU    |
| Japanese              | ja-JP    |
| Swedish               | sv-SE    |
| Korean                | ko-KR    |
| Chinese (Traditional) | zh-TC    |
| Vietnamese            | vi-VN    |
| Turkish               | tr-TR    |
| Dutch                 | nl-NL    |
| Indonesian            | id-ID    |
| Hebrew                | he-HE    |

4. **Conversation Language Support**

While the Web UI supports 19 languages, conversations with iX Hello assistants can happen in over 50 languages!\
\
This ensures that users can engage naturally and express themselves fully, regardless of their primary language.

5. **Supported Conversation Languages Include:**

Albanian, Amharic, Arabic, Armenian, Bengali, Bosnian, Bulgarian, Burmese, Catalan, Chinese, Croatian, Czech, Danish, Dutch, Estonian, Finnish, French, Georgian, German, Greek, Gujarati, Hindi, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kannada, Kazakh, Korean, Latvian, Lithuanian, Macedonian, Malay, Malayalam, Marathi, Mongolian, Norwegian, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Serbian, Slovak, Slovenian, Somali, Spanish, Swahili, Swedish, Tagalog, Tamil, Telugu, Thai, Turkish, Ukrainian, Urdu, Vietnamese.

6. **How Language Settings Work in iX Hello Employee**

* **Automatic Detection**:\
  When you access iX Hello Employee through a browser or mobile device, the system automatically detects your devices or browser’s preferred language and matches it (if supported).
* **Changing the Language**:\
  If you want to switch to another supported language:
  * **On Browser**:<br>

<figure><img src="/files/iVYZRusvzrBjhNWudie0" alt="" width="563"><figcaption></figcaption></figure>

* Click your profile icon in the bottom-left corner.
* Select **Settings**.
* Under **General** settings, find the **Language** dropdown.
* Choose your preferred language.

Note: You must be logged in to change your language settings.

7. **Why Language Support Matters**

* **Inclusive Experience:**\
  Everyone deserves to interact with digital tools in a way that's natural and comfortable.
* **Enhanced Productivity:**\
  Employees can navigate and use features faster when they work in their native language.
* **Seamless Communication:**\
  Broaden the reach and effectiveness of conversation assistants across diverse teams and regions.


---

# 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.ixhello.com/ixhello/getting-started/language-support-in-ix-hello-web-ui-and-conversations.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.
