TuleSimon / xMaterialccp

An android Jetpack compose library that provides country code picker for phone number text field using material 3 components
https://www.linkedin.com/mwlite/in/tule-simon-67a202157
54 stars 9 forks source link

Change Local Language to Region #8

Closed oyehanif closed 1 year ago

oyehanif commented 1 year ago

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.

TuleSimon commented 1 year ago

I will review this and if all good, I will release a new version

oyehanif commented 1 year ago

Any Update ?

TuleSimon commented 1 year ago

fixed @oyehanif