Changes

Jump to navigation Jump to search

Multilingual Booking Page

1,599 bytes added, 21:40, 18 March 2014
Created page with "Category:How to Category:Booking_Page You can activate the languages you want to use in SETTINGS->ACCOUNT->LANGUAGES. Make sure you enter descriptive texts for all la..."
[[Category:How to]]
[[Category:Booking_Page]]

You can activate the languages you want to use in SETTINGS->ACCOUNT->LANGUAGES. Make sure you enter descriptive texts for all languages you want to use. The default language for your booking page is the one set in SETTINGS->ACCOUNT->LANGUAGES. If you are using an embedded booking page on a multilingual web site you can embed you booking page with a different default language for each language version adding a language parameter:

'''Example'''

*Code for default language booking page:
<nowiki><iframe src ="https://www.beds24.com/booking2.php?propid=3103&amp;numdisplayed=5&amp;numnight=1&amp;numadult=2-1&amp;referer=iframe/" width="800" height="2000" style="max-width:100%;border:none;overflow:auto;"><p><a href="https://www.beds24.com/booking2.php?propid=3103&amp;referer=iframe/" title="Book Now">Book Now</a></p></iframe></nowiki>

*Code for a French booking page:

<nowiki><iframe src ="https://www.beds24.com/booking2.php?propid=235&amp;numdisplayed=5&amp;numnight=1&amp;numadult=2-1&amp</nowiki>'''&lang=fr'''<nowiki>&referer=iframe/" width="800" height="2000" style="max-width:100%;border:none;overflow:auto;"><p><a href="https://www.beds24.com/booking2.php?propid=3103&amp;referer=iframe/" title="Book Now">Book Now</a></p></iframe>
</nowiki>

See [https://www.beds24.com/wiki/index.php/Web_Designers| list of all language parameters]


If you are using Wordpress you can add the language parameter to the shortcode.

'''Example:'''

*Default language shortcode: [beds24-embed]

*French language shortcode: [beds24-embed custom="fr"]

Navigation menu