geo.places and local names
Let's say I do this query:
select * from geo.places where text="Den Haag" and country.code="NL"
It returns a single result, where place->name is "The Hague". I need the name to be the local name "Den Haag" in order to reliably do a double check on my end. in Yahoo Placemaker this is possible by adding &locale=nl, but I don't see how to tell YQL to do the same... Of course, I can't expect my client to enter English city names on his website, so I need a better solution.
Any suggestions?
by
1 Reply