Is there a way to localise the NSLocationWhenInUseUsageDescription
in Info.plist
in the Xamarin Studio?
Or any possibility to localise the complete Info.plist
would be a solution as well.
I tried the following steps as it looks analogue to the How to localise a string inside the iOS info.plist file? but it does not work for me.
So these are the steps:
In both en.proj
and de.proj
:
I added an empty file InfoPlist.strings
In Info.plist
:
I have set the key of the "NSLocationWhenInUseUsageDescription
" to "NSLocationWhenInUseUsageDescriptionMessage
".
In InfoPlist.strings
:
I added the "NSLocationWhenInUseUsageDescriptionMessage
" as key in the strings files and the corresponding transitions in each, but it seems not to work -> the raw string "NSLocationWhenInUseUsageDescriptionMessage
" is shown when the user is asked for the permission.