Description
Sometimes I call getDataFromCoordinates() and I get results like state and city in the local language (with accents for instance and with the local names) and some times I get the result in English (no accents and the English names).
Thing is, my device language is English, but my location is different from any English speaking country. That is on purpose precisely to test for devices of people traveling.
Is there a way to set the language I want to use or maybe always use the language of the coordinates?
For example, Rome is Roma in Italian. I'm in that situation where some values are being stored in the db in one language (country=Roma) but the users can't find any result because their location is being returned in English (country=Rome) even though they are in Rome/Roma and they saved the place in the database using the same device.