hi
version 1.4.1
locale only return 'en'
but, 1.4.0 is ok
my code


=> only return 'en', Phone lang is 'ko'
same issue link :
https://github.com/flutter/flutter/issues/14128#issuecomment-578092739
I got same problem.
Same here
Thanks
@gjrjf @carlos-labrador @Jbz797
I'm working to fix this, preparing to release version 2.0.0
try the new version
now can get selected locale by:
log(Intl.defaultLocale);
//or
log(EasyLocalization.of(context).locale.toString());
Most helpful comment
Thanks
@gjrjf @carlos-labrador @Jbz797
I'm working to fix this, preparing to release version 2.0.0