How to localise a string inside the iOS info.plist file?

As you might know the iOS 8 requires NSLocationWhenInUseUsageDescription key for using user’s location. I have added this key and some general information into my info plist. How can I use translation string inside the plist file ? — Update — I already have a Localizable string. I’m just wondering that can I use something … Read more