Add separate text for localized string resource on plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi Nop Community,

I am working on a plugin development. For that I've added some localized strings in resource. I am setting values on Install method.

Now I've need to displaying a separate text box on configuration page to set value for some specific language setting.

Can anybody help me in right direction for this?
Please note that I am not using localized entity here, only some specific string resource from language pack.

Hope to have quick response for this.

Thanks,
Ajay
5 years ago
You can implement same as default language’s resource string section implemented under Admin > Configuration > Language > Edit than resource string tab.

In your plugin page, you can load only those resource string which you need manage from plugin.

Hope this will help you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.