henryleunghk / flutter-native-text-input

Native text input for Flutter
MIT License
66 stars 50 forks source link

The language in the context menu does not change #45

Open TitikUniverse opened 1 year ago

TitikUniverse commented 1 year ago

In the standard widget, the TextField or CupertinoTextField changes when the language is set via International:

void main() {
    Intl.defaultLocale = 'ru_RU';
}

Tested on iPhone 12 (iOS 16.3), Flutter 3.7.2

image