> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/flutter-app/custom-translation-1.md).

# Custom Translation +1.5.0

You can translate the app to your own language if its not listed as one of the supported languages.

Here is how you can translate it yourself.

* Go to **/lib/constants/app\_languages.dart**
* You will see 3 arrays in the file.&#x20;
  * Codes -  this is where the language code for each language is saved.&#x20;
  * names - the name of the language to be shown to user during language change/selection
  * flags - the code for the language countries

![](/files/cLgjoJhbHYd46jd4eODa)

* You can add yours if you want. For example if you want to translate app to **Yoruba(**&#x41; local language in Nigeri&#x61;**).** Below is the sample of how the code should look like:

![](/files/MzXhTtrrCFVx2KEcW9zd)

Now **Yoruba** will be listed as one of the app languages.

## REMOVE LANGUAGE

If you need to remove unwanted languages, you can simply comment out the languages you don't want from the **/lib/constants/app\_languages.dart** file


---

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

```
GET https://edentech.gitbook.io/glover/flutter-app/custom-translation-1.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.
