# Multi Languages

## Change the default Languages

Open **src/common/Languages.js** and edit the default language for the app at the bottom up the page

```
  let Language = Languages['en'];
```

## Change the language to RTL (right to left)

Open **src/common/Constants.js** and edit the default option to **RTL: true**&#x20;

On ios you need to change the plist like this screenshot:

![Config Xcode to support RTL as default](https://1983211154-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHBIhMvzFkd_uhi8KQ3%2F-LHCJCEymMO1fBF_nZ7R%2F-LHCJXUDiXSO4gGVkeWS%2FScreen%20Shot%202018-07-12%20at%202.08.28%20PM.png?alt=media\&token=5851eb92-21d9-4aac-8986-6ad32691a024)

{% hint style="info" %}
To add more font, you can able to add to the collection from "**Fonts provided by application**" (see above screenshot)
{% endhint %}


---

# 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://inspireui.gitbook.io/beonews/advance-customize/multi-languages.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.
