Closed ghost closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 5 days. If you believe this issue is still relevant, please comment to keep it open. Thank you for your contributions.
Related to #190
I need to be able to localize the country list to other languages aside from english: spanish, chinese, french... As the library uses a builtin country list with hardcoded english countries, it could be useful if we could add a parameter to
IntlPhoneField
likecountryList
, to pass over a list ofCountry
with desired values, and thus, being able to localize the names.Is this possible to achieve as for today?