I want to localize two value in info.plist.
First one is [ NSFileProviderDecorations - Item0 - Label ],
and second one is [ NSExtensionFileProviderActionName ].
I could localize first one using InfoPlist.strings. (and Label-NSStringFormat)
But it does not work for second one.
I tried InfoPlist.strings, Localizable.strings, ..., but i can't localize this key.
What should i do?
2
0
1.9k