easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

web application not updated after change localization .

Open muhammadCodeSh opened this issue 1 year ago • 1 comments

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

muhammadCodeSh avatar Jun 25 '24 10:06 muhammadCodeSh

Same issue here . i tried to re Build app on change locale but its still happening ..

Shahidbangash avatar Dec 12 '24 05:12 Shahidbangash