Is there a centralized list of country names that can be used for web drop down boxes (and validatio

Posted by Thr4wn on Stack Overflow See other posts from Stack Overflow or by Thr4wn
Published on 2008-12-02T00:28:26Z Indexed on 2010/06/18 16:43 UTC
Read the original article Hit count: 191

Filed under:
|
|

There are examples online with web select boxes that have a huge list of countries and that probably will be good enough for me to use. However, by Murphy's law, there's bound to be some random country that someone is from and isn't on my list (and probably someone else also ran into this and has updated their local list). Also, when new countries are added, I won't know about it.

Basically, I feel it's better practice and a better smell if there is some centralized list of country names that I can use / trust. (also it could set/follow standards for exact namings "United St..." vs "USA" etc.)

I would prefer a solution that isn't IIS specific if possible

© Stack Overflow or respective owner

Related posts about html

Related posts about web-development