marcglasberg / i18n_extension

Flutter package: Easy and powerful internationalization using Dart extensions.
Other
294 stars 64 forks source link

Not update when change language #97

Closed francescoprisco closed 2 years ago

francescoprisco commented 3 years ago

onSelected: (code) async { await SharedManager.prefs?.setString(AppStrings.localeKey, code); I18n.of(viewContext).locale = Locale(code); }, this is my code to set new language. using shared manager for return choosed language when app reopen. When select the language not change automatically the traslation. I need to reopen the app to see different traslation

francescoprisco commented 2 years ago

someone can help me?

marcglasberg commented 2 years ago

Suggestions: