I just want to change keyboard language programmatically in flutter us there any package or solution available.
Asked
Active
Viewed 2,368 times
1
-
[Set the default language in a Flutter application](https://stackoverflow.com/questions/59610200/set-the-default-language-in-a-flutter-application) – daddygames Nov 22 '21 at 13:04
-
Can you plz tell me how – Darshan Khadse Nov 23 '21 at 15:42
-
@DarshanKhadse Did you find any solution? I am working on a Flutter Web App, and my requirement to type in Hindi language. – vijay053 Apr 25 '22 at 10:20
1 Answers
1
Your keyboard language is based on your device's language or the keyboard itself you can't change the keyboard language automatically. What you can do is you can change the whole language of the app according to the system or the user can auto-select the language of the app its called localization/internationalization. There are a lot of packages available for it over Pub.dev

Ahmad Hassan
- 558
- 2
- 5
- 15