# Change preferred Language

If you wish to use this reminder app in your native language, then you can follow this guide.&#x20;

{% hint style="info" %}
Note: We currently support the following languages

1. English
2. Portuguese
3. German
4. Polish
5. Russian

We're actively working on expanding this list and supporting more languages. We're currently prioritizing introducing new languages based on community requests. So, if you wish to add a request for a new language, then please contact us [here](https://addreminders.github.io/contact-us)

\
If you wish to report any wrong translations, then, please contact us [here](https://addreminders.github.io/contact-us) or if you wish to add any suggestions to fix those wrong translations, then you can follow the guide [here](https://github.com/AddReminders/App-Translations)
{% endhint %}

### How to change the default language for all users on the server?

{% hint style="info" %}
Available on version 2.5.0 and above
{% endhint %}

1. Goto Reminder app settings (Administrator/Workspace Settings -> Apps -> Reminder App -> Settings Tab)
2. Locate "Default Language Preference" Setting<br>

   <figure><img src="/files/MTIgcjCTA2c4HRfyqbXX" alt=""><figcaption><p>Global language preference setting</p></figcaption></figure>
3. Select your preferred language and click "Save"

### How to change your preferred language (on a user level)?

{% hint style="info" %}
Available on Version 2.1.0 and above
{% endhint %}

1. Run `/remind help` command from any Rocket.Chat room (Channel, DM, anything..)
2. You should now see a message from your reminder bot. The message will have an option to set language. Click on that button.\
   ![](/files/LiabwLaGeBLUAnQAhgFv)<br>
3. Select your preferred language & then click update.
4. (Optional) Additionally, if you also wish to apply translations on your Rocket.Chat's action buttons like ("Remind me about this message" button on messages or "Show reminders" button on rooms), then you'd also need to update your Rocket.Chat's preferred language from Account preferences ( i.e. "Click on Avatar ->My Account -> Preferences -> Localization -> Language")&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.appsforchat.com/reminder-bot/guides/other-guides/change-preferred-language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
