I would like to create localization for the PrimeFaces component <p:captcha>. I know how to localize validation error messages using attributes requiredMessageor validatorMessageas follows:
<p:captcha label="Captcha" theme="clean" requiredMessage="#{msg['primefaces.captcha.INVALID']}" validatorMessage="#{msg['primefaces.tree.REQUIRED']}"/>
The problem is that I do not know how to localize, for example. shortcuts (as shown below)

So, I need to localize points 1) and 2) and tooltips that appear when the user hovers any of the buttons. It would also be nice if reCaptcha could use some kind of localized dictionary (3rd paragraph), but I doubt it is possible, and it is really optional. I know that reCaptcha has several supported languages , but mine (pl-polish), unfortunately, is not supported ...
source
share