Reputation: 2206
In my app, I want to support localization. I able to localise app using Localizable.strings
except for Info.plist file. I want to localise app's privacy alert messages. I found below helpful links but it is not working with Xcode 9.4.1
and iOS 11+
.
I followed the same steps:
Created InfoPlist.strings
Localised this file for selected languages
And added keys and values as : Key = "value";
in this InfoPlist.strings
file
eg. NSContactsUsageDescription = "App use Contacts to select contacts";
Also found this file in "Project settings" -> "Build Phases" -> "Copy Bundle Resources"
Found some blogs/information as:
Any idea how to do with Xcode 9.4.1
and iOS 11+
?
Upvotes: 0
Views: 1598
Reputation: 156
Hai please refer the image shown below
check with the localization which you provided
Upvotes: 1