flet-dev / examples

Flet sample applications
MIT License
420 stars 171 forks source link

refresh UI immediately when switch languages #132

Open BrentHuang opened 2 months ago

BrentHuang commented 2 months ago

On desktop app, I use gettext.translation to implement i18n. When switching languages, how can I refresh the text on the flet UI immediately without closing and resetting the app?