> For the complete documentation index, see [llms.txt](https://docs.conva.ai/slang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.conva.ai/slang/advanced-topics/changing-the-assistant-behavior-at-runtime/changing-the-language-of-the-assistant.md).

# Changing the language of the Assistant

If the app supports multiple locales and has the option for the user to change it, the app might want to change the assistant locale on the fly to keep it in sync with the app's locale. You can do so by using the below API

{% tabs %}
{% tab title="Native Android" %}

```
SlangRetailAssistant.changeLocale(SlangLocale.LOCALE_ENGLISH_IN);
```

{% endtab %}
{% endtabs %}
