> For the complete documentation index, see [llms.txt](https://documentation.proto.cx/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.proto.cx/docs/modules/ai-agents/workflows-and-actions/switch-language.md).

# Switch language

`Action` — Switches the AI agent's active language mid-chat. The new language must be one already configured in the agent's settings.

## What it does

Changes the AI agent's active language at any point in a chat. All subsequent triggers and actions then operate in the selected language.

## When to use it

After a person selects their preferred language from a menu, so the rest of the conversation runs in that language.

## Settings

| Setting             | Description                                                                                                                                                         |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Target language** | The language to switch to. Must be one of the AI agent's configured languages, set in its [Agent settings](/docs/modules/ai-agents/manage-ai-agents.md#agent-tabs). |

Press **Save** to confirm edits.

## Example

```
Message received: "Afrikaans"
└─ Switch language: Afrikaans
   └─ Send message: "Hoe kan ek help?"
```

## Related

{% content-ref url="/pages/9GxlB7rfmOxR8xrCQM3U" %}
[Send message](/docs/modules/ai-agents/workflows-and-actions/send-message.md)
{% endcontent-ref %}
