# 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

![](https://2231621966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVNlKuUeCM_uD7sLQnM%2Fuploads%2FYtMkJOKgXrxS7vXUaIAg%2Fimage.png?alt=media\&token=f58dd764-ceca-4cf5-af60-6b77801fe136)

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

![](https://2231621966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVNlKuUeCM_uD7sLQnM%2Fuploads%2F52oqOFpV1hXIIRBSCQ2y%2Fimage.png?alt=media\&token=e28c47b2-0695-456b-9eeb-087f986943bc)

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
