Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to update other pages

SocietyYourBerotherMing opened this issue · comments

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

I wonder this too.

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

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