How to localize a key UIApplicationShortcutItemTitle?
I know how it works for the localization of such keys as NSLocationUsageDescriptionand NSLocationAlwaysUsageDescription: you put your location in the file InfoPlist.strings.
However, these are unique keys to the document.
In this case, I will have one UIApplicationShortcutItemTitlefor each quick action, nested inside the dictionary and array.
How can I localize these nested values?
source
share