I am working on an asp.net page. I have a dropdownlist for countries and countries are filled/hardcoded in aspx page. I want to make this coutry dropdownlist localized so that If culture is French, country names appear in french and If culture name is Germany, then country names appear in German.
I tried following link, but it is not working:
http://geekswithblogs.net/aghausman/archive/2009/07/26/get-countries-name-in-.net.aspx
Do I need to use Db or I can do it without DB.
Please suggest how to do it.