1

I just want to change keyboard language programmatically in flutter us there any package or solution available.

1 Answers1

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