miguelpruivo / country_codes

Country codes is an helper package that provides country details given a particular localization, such as dial codes, ISO 3166 codes (alpha-2, alpha-3) and country names.
MIT License
29 stars 34 forks source link

localizedName always returns null #25

Closed pelfert closed 6 months ago

pelfert commented 2 years ago

If I use the method CountryCodes.countryCodes() to receive a list of all country codes and I try to access the value of localizedName, I always get null.

I tried it initializing CountryCodes with either default options (device locale) and also US or DE locale. Neither of them returned a value in localizedName.

Is this already known?

Aqua-Ye commented 1 year ago

Fixed with https://github.com/miguelpruivo/country_codes/pull/29