Verbiage update for a plugin

Hello All,

We are looking to translate few quicklinks verbiage mapped in a widget plugin along with widget name. We tried adding messages folder with iiqCustom.properties and iiqMessages.properties in the plugin but unable to translate.
Need your assistance on the same.

IIQ Version - 8.4p1

Thanks

@pritishmhrn check on this doc.

Internationalization

In a Full page plugin component, the HTML uses the msgs function to translate the text.

should be like <h2>${msgs("quicklink.title")}</h2> // here Hardcoded strings won’t be translated.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.