easy_localization
easy_localization copied to clipboard
web application not updated after change localization .
in flutter web i tried to change language . this is my code
var local = Locale(data["langCode"], data["countryCode"]);
Get.context?.setLocale(local);
Get.updateLocale(local);
every thing is ok on mobile (android , ios) but on flutter web I have to reload current browser tab to see language changes
Same issue here . i tried to re Build app on change locale but its still happening ..