Multilingual Booking Page: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
'''Booking Widgets'''
'''Booking Widgets'''


If you want different language versions of the booking widgets you will need to search the code for the words you want to translate and replace them. Make sure you do not change only word and not any code because this will cause the widget to break.  
The widget designer allows you to choose a language.  


If you are using Wordpress you can do this in the shortcode. For detailed information please log into Wordpress and go to SETTINGS-> Beds24 Online Bookings
If you are using Wordpress you can do this in the shortcode. For detailed information please log into Wordpress and go to SETTINGS-> BEDS24 ONLINE BOOKINGS
 
<div style="display: none";t>


The translation options for the availability calendar widget are limited. To translate "Click your arrival date" add the following script to the source code of the page which displays the widget:
The translation options for the availability calendar widget are limited. To translate "Click your arrival date" add the following script to the source code of the page which displays the widget:
Line 55: Line 57:
  });
  });
  </script>
  </script>
</div>