Change reCaptcha language dynamically in Angular
How to setup reCaptcha in Angular using PrimeNg
This article is the continuation of an article I wrote on reCaptcha.
There I used ng-recaptcha library to setup recaptcha. This libraray is great, but the issue with it is that, the reCaptcha language change does not work all the time.
Recently I found reCaptcha support is present in Primeng library.
PrimeNg makes it very simple to setup reCaptcha.
Steps to setup reCaptcha using PrimeNg Install primeNg using below commands,