Is there any way I can set the default language for some text fields in my application to only use the keyboard of a certain language like English?
Thank you!
Is there any way I can set the default language for some text fields in my application to only use the keyboard of a certain language like English?
Thank you!
2
Answers
Hello with in the MaterialApp you can specify the language like this
Hope it will work
Until you find a straightforward answer or a (Future Update)
You can notify the user with a helper text ex: English Language only
And restrict your input to be english characters only by using regular expression:
Hope it helps you.