is there a way to select the default keyboard language in flutter? is there a way to select the default keyboard language in flutter? dart dart

is there a way to select the default keyboard language in flutter?


use thisinputFormatter: <TextInputFormatter>[WhitelistingTextInputFormatter(RegExp('[0-9]'))]

This will accept only digits from 0 to 9