i am facing one issue. in my one device localeCode.networkCountryIso this code give me empty on that case you use Locale.current.lanuage and that give me en and en is not presend in the list and i am facing error. so instead of using Locale.current.lanuage i am using Locale.current.region.lowercase(java.util.Locale.ENGLISH) and this code give me "in" and is right.
i am facing one issue. in my one device
localeCode.networkCountryIso
this code give me empty on that case you useLocale.current.lanuage
and that give me en and en is not presend in the list and i am facing error. so instead of usingLocale.current.lanuage
i am usingLocale.current.region.lowercase(java.util.Locale.ENGLISH)
and this code give me "in" and is right.