Reputation: 191
In my app When I click on my current location, it shows "Current Location" and when I change the language to german it shows "Aktueller Ort" in the iOS version < 6.0. But in iOS >=6.0, it always shows "Current Location". Is this an issue of Apple Maps?
Upvotes: 2
Views: 386
Reputation: 191
I got the problem.. We have to make "Localized resources can be mixed" tag True in info.plist file. Now it will work in all languages.. (Y)
Upvotes: 3