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.
enter image description here

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 like
NSLocalizedString(MYSTRING,nil) inside the plist string. I know that I can create multiple file of info.plist for localisation but I was wondering there might be an easier way.

12 Answers
12

Leave a Comment