-
AuthorPosts
-
October 16, 2019 at 4:25 pm #1148492
How do I translate the submit button? I’ve tried switching back and forth between reCAPTCHA v2/v3 but they both display “Submit”.
How do I translate this button?October 16, 2019 at 5:03 pm #1148502Hey belinger,
Maybe this will help you out? https://developers.google.com/recaptcha/old/docs/customization
I have also seen reports of this being solved using a more robust form like CF7.
Best regards,
Jordan ShannonOctober 16, 2019 at 6:23 pm #1148567Is there no fix within Enfolds code?
I found this topic https://kriesi.at/support/topic/google-recaptcha-how-to-change-submit/ but the code provided there did not work.October 16, 2019 at 6:33 pm #1148570Hi,
Yes unfortunately there is not as reCAPTCHA is not Enfold’s codebase but Google’s.
Best regards,
Jordan ShannonOctober 16, 2019 at 8:31 pm #1148649I looked through the linked you provided: https://developers.google.com/recaptcha/old/docs/customization
But I cant find any info on how to translate the submit button
It is mentioned how you can change language in reCAPTCHA but its only possible for 8 different languages, and our language, Swedish is not included.Then there is info of how you can add a custom language. They use Italian as an exampled, but nowhere in that code there is any mention of submit button:
<script type="text/javascript"> var RecaptchaOptions = { custom_translations : { instructions_visual : "Scrivi le due parole:", instructions_audio : "Trascrivi ci\u00f2 che senti:", play_again : "Riascolta la traccia audio", cant_hear_this : "Scarica la traccia in formato MP3", visual_challenge : "Modalit\u00e0 visiva", audio_challenge : "Modalit\u00e0 auditiva", refresh_btn : "Chiedi due nuove parole", help_btn : "Aiuto", incorrect_try_again : "Scorretto. Riprova.", }, lang : 'it', // Unavailable while writing this code (just for audio challenge) theme : 'red' // Make sure there is no trailing ',' at the end of the RecaptchaOptions dictionary }; </script>
October 18, 2019 at 4:24 pm #1149341Ignore this, it got fixed by updating Enfold to latest version. Now the submit button is displayed as it should.
October 22, 2019 at 9:25 am #1150084 -
AuthorPosts
- The topic ‘Translate reCAPTCHA "Submit" button’ is closed to new replies.