• Resolved 9dev

    (@9dev)


    Hello everyone.
    I’m using Contact Form 7 with build-in datepicker.

    I used the hook you provide so datepicker can be visible in Firefox:
    add_filter( 'wpcf7_support_html5_fallback', '__return_true' );

    But the calendar is in English although Contact Forms are in my local language, how to get this calendar to work with my local language?

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 4 replies - 1 through 4 (of 4 total)
  • There is no settings available directly in Contact Form 7 that allows you to change the language of a date picker. It can be done via custom programing but you would need to be rather skilled at WordPress development using and jQuery codding.

    This thread could be of help Jquery date picker .

    Thread Starter 9dev

    (@9dev)

    Thanks a lot! It helps. I put some jQuery code what overwrites the global settings for language.

    If this resolves your question, it helps others contributing here, if you can flag your post as [resolved]

    Thread Starter 9dev

    (@9dev)

    Thanks a lot for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Locales in build-in datepicker’ is closed to new replies.