We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When passed in a Country Code like 'IN' it should return me the Country Name i.e., 'India'.
For getting the name of the countries for use in phone number input.
Intl.DisplayNames
Use of new Intl.DisplayNames directly.
new Intl.DisplayNames
Request raised by @anuraghazra here: https://razorpay.slack.com/archives/C01H13RTF8V/p1710150309383779
The text was updated successfully, but these errors were encountered:
@RgnDunes If this is not implemented yet , can i pick this up ?
Sorry, something went wrong.
Hi @RgnDunes I want to work on this, can you please assign it to me.
No branches or pull requests
Feature Summary
When passed in a Country Code like 'IN' it should return me the Country Name i.e., 'India'.
Use Case
For getting the name of the countries for use in phone number input.
Proposed Solution
Intl.DisplayNames
.Describe alternatives you've considered
Use of
new Intl.DisplayNames
directly.Additional Context
Request raised by @anuraghazra here: https://razorpay.slack.com/archives/C01H13RTF8V/p1710150309383779
The text was updated successfully, but these errors were encountered: