Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
403 stars 118 forks source link

How to update other pages #56

Closed SocietyYourBerotherMing closed 3 years ago

SocietyYourBerotherMing commented 3 years ago

when the method 'changeLocale' is called,how to update other pages

ciryon commented 3 years ago

I wonder this too.

bratan commented 3 years ago

The language should be changed automatically on all pages if properly setup, as in the examples.

erperejildo commented 3 years ago

what you need to change is the global language (however you change it, for example with Providers) and the rest of the pages will be affected