tags:

views:

322

answers:

1

Hi,

Where can i find city/timezone data to populate my autocomplete text input.

The text input will be used to type in a city, then behind the scenes i will use the city to get the time zone...

I would prefer to hold it within the app itself and not get it in realtime.

This will be for an iphone app.

Thanks,

m

+2  A: 

if you download the windows mobile SDK in the resources folder is two csv files with city and timezone information. These files are free to redistribute.

http://msdn.microsoft.com/en-us/library/aa458853.aspx

Almond