So, I am using the location manager to get the user location data in Swift 2.0 Xcode 7.
The app supports localization for few languages. I am using the location data to get the user city and country which is then sent to a server to display some info on the Map.
However, if the system language is set to anything other than english, location data is returned in that language, as a result the server is not able to recognise those values.
So, how do I get the placemark location data in english even if the system language is different ?