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 :
- localization: ^2.1.0
- 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.