For my application(Ruby on Rails) i have country select box for the signup page. These countries are localized into different language. But i couldnt find a way to sort them, based on the language in which its localized. At present i have sorted it out based on english only. Is there a way to sort the country names based on the locale? i.e the order of the countries should change(ascending order) according to the language its localised. Thanks..
feedback
|
|
You can make a custom
And then provide alphabetical orders for every language you want to support. | ||||
|
feedback
|
|
Maybe you can translate all and sort it after this translation. | |||
|
feedback
|