• Resolved Francesco d’Elia

    (@newmediologo)


    HI.. We have a multi-language site.. Did is possible to display calendars in different language adding a flag to the shortcode but having the same calendar engine..?

    Es: [bookingcalendar nummonths=3 lang=en_EN]
    [bookingcalendar nummonths=3 lang=it_IT]

    Is this possible? Or is possible to display the calendar in English when the main webste language is italian?

    Thanks..

    https://ww.wp.xz.cn/plugins/booking/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Sorry, those shortcodes like in your examples will not work.
    Usually if you are having the multi-language website, you need to use some translation plugin, like WPML or qTranslate.
    These plugins change the locale of website dynamically.

    Booking Calendar load specific language of plugin, depend from the current active locale of plugin.

    So in your case, you need to create 2 pages with WPML or qTranslate. Each page in specific language. And insert into these pages Booking Calendar shortcode. Booking Calendar detect active locale of the website, and will load calendar and some other language data automatically.

    Please note, some data, like “Thank you” message from the General Booking Settings page or calendar labels, or emails or form fields have to be configured in 2 languages at the settings of Booking Calendar.
    Please read more how to configure it in this tutorial: http://wpbookingcalendar.com/faq/several-languages/
    Kind Regards.

    Thread Starter Francesco d’Elia

    (@newmediologo)

    Thanks.. We use WPML,the important thing is that the calendars in several languages are centralizad, we don’t need booking but just to show the avalaibility calendar to the visitors but the calendar must be the same..

    Plugin Author wpdevelop

    (@wpdevelop)

    You can insert the same shortcode:
    [bookingcalendar nummonths=3]
    into those 2 different pages.
    Just be sure that one page have active locale for one language and other page for other language.
    Kind Regards.

    Thread Starter Francesco d’Elia

    (@newmediologo)

    Ok..Thanks..I’ll try tomorrow..

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Calendars in different languages’ is closed to new replies.