You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the getNames('en') method, and I see weird names being populated like "Congo, the Democratic Republic of the", when it's supposed to be "Democratic Republic of the Congo" - it also happens for many other countries like Micronesia and Moldova, etc.
Anyone can enlighten me on how to display the proper names instead?
The text was updated successfully, but these errors were encountered:
It's correct as when people try to search they won't starts searching by "The Democratic Republic of Congo" but start searching with "Congo". And if you want to ordering them by name, they will be sorted with C in "Congo, ..." instead of T in "The Democratic ..."
I'm currently using the getNames('en') method, and I see weird names being populated like "Congo, the Democratic Republic of the", when it's supposed to be "Democratic Republic of the Congo" - it also happens for many other countries like Micronesia and Moldova, etc.
Anyone can enlighten me on how to display the proper names instead?
The text was updated successfully, but these errors were encountered: