Open leelai opened 2 years ago
Hi, I try to add easy_localization in flutter_module but not work in android, it always reads 'en'.
How to test: I added some test code in flutter sample project (the attached is a diff file for testing) https://github.com/flutter/samples/tree/master/add_to_app/fullscreen
diff file for testing diff.txt
I try to print context.deviceLocale.toString() in flutter, and it shows "und". so I think it fallback to use 'en'.
Currently, I have to read Platform.localeName to set locale manually.
Hi, I try to add easy_localization in flutter_module but not work in android, it always reads 'en'.
How to test: I added some test code in flutter sample project (the attached is a diff file for testing) https://github.com/flutter/samples/tree/master/add_to_app/fullscreen
diff file for testing diff.txt