multiple languages for all plateform in flutter project

Viewed 23

how we can implement multiple languages for text as well as input text box in flutter project for Android/IoS/Windows/Web/MacOs...etc.?

Any dependency is there...?

i have tried :

  1. localization: ^2.1.0
  2. easy_localization: ^3.0.1

But in this dependency all languages of text have to translate. For example if i have to display 'Hello world' then i have to translate and store all languages that we required in app. And also using this dependency for input text box(TextField) we cannot be translate changed language.

Thank you.

0 Answers
Related