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 <img width="279" alt="image" src="https://user-images.githubusercontent.com/50044524/218210159-d2ad6ea2-90a7-4d89-b340-32319d9c12af.png">
In the standard widget, the
TextFieldorCupertinoTextFieldchanges when the language is set via International:Tested on iPhone 12 (iOS 16.3), Flutter 3.7.2
