Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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?

    #1148502

    Hey 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 Shannon

    #1148567

    Is 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.

    #1148570

    Hi,

    Yes unfortunately there is not as reCAPTCHA is not Enfold’s codebase but Google’s.

    Best regards,
    Jordan Shannon

    #1148649

    I 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>
    #1149341

    Ignore this, it got fixed by updating Enfold to latest version. Now the submit button is displayed as it should.

    #1150084

    Hi,

    Great! Glad it is fixed. We’ll close the thread now. Please don’t hesitate to open a new one if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Translate reCAPTCHA "Submit" button’ is closed to new replies.