Reputation: 47
My Problem is, I can´t translate this key NSLocationWhenInUseUsageDescription
all other keys like NSCameraUsageDescription
work. Also in other Languages like Czech the translation for NSLocationWhenInUseUsageDescription
works, but not in the German InfoPlist.strings.
Upvotes: 1
Views: 532
Reputation: 145
in case you haven't found the solution this worked for me: I followed the directions in Localizing Property List Values, manually created an InfoPlist.strings file with German translations in de.lproj directory and added the file in xcode.
I am using xcode 8 and swift 3.
Upvotes: 1