My application includes feature related to location tracking. I am trying to localize NSLocationWhenInUseUsageDescription
string from Info.plist file.
As described in link below, I have added InfoPlist.strings file in en.Iproj and for localization InfoPlist.Stings file in de.Iproj. Added Localizations array (supported languages) in Info.Plist. Set "Localized resources can be mixed" to "Yes".
Xamarin.iOS localization of NSLocationWhenInUseUsageDescription.
Tested the app by changing language of device and simulator both. However, no success. It just displays default language message.
Please let me know what I am missing to add.