the setting of my code shown below, i had set the language to 'en', but it didn't work. i still can receive some description like " دهستان سیاهکلرود" or "городской округ Норильск" and so on. I want to know have u ever meet the question and how to deal it.
url = "https://nominatim.openstreetmap.org/reverse" params = { 'format': 'json', 'lat': lat, 'lon': lon, 'addressdetails': 1, 'accept-language': 'en' } headers = {'User-Agent': 'MyGeocoder/1.0'}