ekwonye-richard / react-flags-select

Customizable svg flags select components for React Js
197 stars 121 forks source link

Feature - Language label instead of country name #139

Closed mrxsal closed 2 years ago

mrxsal commented 2 years ago

I planned to use this package to implement internationalization on our website, but can now only use country names. It would be great to have an option to use a language label instead of the country name. For instance --> United Kingdom > English --> France > French / Français --> Netherlands > Dutch / Nederlands

Is there a hacky way I can achieve this with the current package?

mrxsal commented 2 years ago

Never mind, I misread the documentation. There is a customLabels prop. customLabels={{"GB": "English", "NL": "Nederlands"}}