programmatically change language of flutter i18n apps doesn't work in iOS
问题 I used flutter_i18n plugin (Android Studio) to generate i18n.dart( class S ) and S.of(context).locale_msg will return the locale string. The main code is shown below. Language should be changed programmatically by invoking onLocaleChange(locale) when click the button in HomePage. It works well in Android simulator, but won't change language in iOS simulator . Wonder what's wrong with my code? class _PaperMoonAppState extends State<PaperMoonApp> { SpecifiedLocalizationDelegate