Open kapustina-oks opened 7 months ago
@ChrisEbert Are you maintaining this repo?
You should combine strapi-plugin-country-select
with i18n-iso-countries in your frontend code like this:
var countries = require("i18n-iso-countries");
console.log(countries.getName("LT", "en")); // "Lithuania"
Please assist, I need the full countries name, how can I get it with this plugin? Does it possible?