How to localize iOS 6 new Info.plist Privacy purpose strings? How to localize iOS 6 new Info.plist Privacy purpose strings? ios ios

How to localize iOS 6 new Info.plist Privacy purpose strings?


Add the key to the localized InfoPlist.strings in the supporting files.It should look like this for the purpose:

/* Localized version of location services purpose for Info.plist */NSLocationUsageDescription = "here is your purpose to use location service";


You localise your Info.plist by localising the InfoPlist.strings file.