We have a country dropdown list in our page.
we have a new requirement to sort the country name based on alphabetical order. But the country name will be populated in different language based on user. If the user is a Japanese user, the country list will be in Japanese language. Will the javascript sort work if the country names are in multi language?