gehrj / vue-country-region-select

A vue country select and a vue region select component that is very easy to use and the region select will update automatically depending on your country selected. They can also be used stand alone.
89 stars 84 forks source link

getCountryName() #39

Open henriquegmatos opened 4 years ago

henriquegmatos commented 4 years ago

Hello,

There is a way to get the country names informing just the ISO Code?

like:

countryName = getCountryName('US') // returns "United States" for instance.

best regards