skip to Main Content

I am looking for a free API similar to Google Translate that I can integrate into my Flutter app to convert the entire app to a new language.

I am thinking about maybe converting from English to Spanish or Portuguese.

So, all of the text on the screens will be in the language of choice and all of the data coming from the db will be converted on the screen.

What APIs are you using for this?

Thanks

2

Answers


  1. For free translation, you check this library Libretranslate

    Login or Signup to reply.
  2. I can suggest you this tutorial.
    You can use Google Sheets to generate translations for multiple languages and can import directly into your project.

    According to the tutorial, you need to use getx for localization[multi languages].

    It’s totally free

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search