localize safari extension

Hello,


I have developed a safari extension using Extension builder for macOS Sierra. I need to localize the extension for certain markets.

Is there any way to localize the safari extension.

I have to localize the

1. Extension's detailed description displayed in the extension Gallery

2. Extension's shorter description which will be displayed in preferences under Extension's section.

Replies

Localization using .safariextz based Safari Extensions is not supported, but some extension developers have rolled their own solution (see https://stackoverflow.com/questions/26663446/how-to-localize-a-safari-extension).


However, if you create a Safari App Extension, you can set up an InfoPlist.strings file that can localize your extension's content.