You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested this plugin primarily for the cool nested JSON feature, however, I found a problem when the user tries to change the language from the OS settings.
I am calling LocalizedApp.of(context).delegate.currentLocale.languageCode on
to listen to the scenario described above and the localizationDelegate does not seem to be changed. It has the same language code even if in the OS the language has been changed.
Any ideas? Thanks
The text was updated successfully, but these errors were encountered:
MaxiStefan
changed the title
Localization Issue
Localization Issue with OS language changes
Sep 9, 2022
Hi @MaxiStefan, currently this functionality is not implemented in flutter_translate.
There is a previous issue #21 regarding this. I don't have time currently to implement or test this functionality, but there is an example there which you can try.
Hi,
Tested this plugin primarily for the cool nested JSON feature, however, I found a problem when the user tries to change the language from the OS settings.
I am calling LocalizedApp.of(context).delegate.currentLocale.languageCode on
@OverRide
void didChangeAppLifecycleState(AppLifecycleState state)
to listen to the scenario described above and the localizationDelegate does not seem to be changed. It has the same language code even if in the OS the language has been changed.
Any ideas? Thanks
The text was updated successfully, but these errors were encountered: