The Bookeo interface is available in over 30 languages.
In this article:
- Languages for the Bookeo interface
- How to pre-select a language in direct links
- How to pre-select a language for a direct link to a promotion
- How to pre-select a language in the widget
- How to pre-select a language in the widget, if you use Wordpress with the Bookeo plugin
Languages for the Bookeo interface
Bookeo's admin interface is translated into the following languages:
- English
- French
- German
- Italian
- Spanish
Bookeo's customer interface is translated into the languages listed below.
Language |
Code |
Azerbaijani |
az_AZE |
Bahasa Indonesia |
id_ID |
Brazilian Portuguese |
pt_BR |
Bulgarian |
bg_BG |
Catalan |
ca_ES |
Croatian |
hr_HR |
Czech |
cz_CZ |
Danish |
da_DK |
Dutch |
nl_NL |
English |
en_US |
Estonian |
et_EE |
Euskera |
eu_ES |
Finnish |
fi_FI |
French |
fr_FR |
Georgian |
ka_GE |
German |
de_DE |
Greek |
el_GR |
Hungarian |
hu_HU |
Icelandic |
is_IS |
Italian |
it_IT |
Japanese |
ja_JP |
Korean |
ko_KR |
Latvian |
lv_LV |
Lithuanian |
lt_LT |
Norwegian |
no_NO |
Malay |
ms_MY |
Polish |
pl_PL |
Portuguese |
pt_PT |
Romanian |
ro_RO |
Russian |
ru_RU |
Simplified Chinese |
zh_CN |
Slovak |
sk_SK |
Slovenian |
sl_SI |
Spanish |
es_ES |
Swedish |
sv_SE |
Thai |
th_TH |
Turkish |
tr_TR |
Traditional Chinese |
zh_TW |
Ukranian |
uk_UA |
Vietnamese |
vi_VN |
If you have multiple versions of your website, each in a specific language, for example in English, Spanish, and French, you can embed Bookeo widget or direct links and booking buttons for services/classes/tours or categories in Spanish in your website in Spanish, and in French in your website in French. Bookeo identifies each language with a different code, listed in the above table.
How to pre-select a language in direct links
Simply append the parameter languageCode at the end of the URL. Examples:
-
if the link is http://bookeo.com/yourname, the link for Spanish is: https://bookeo.com/yourname?languageCode=es_ES
-
if the link is http://bookeo.com/yourname/voucher, the link for Spanish is: https://bookeo.com/yourname/voucher?languageCode=es_ES
-
if the link is http://bookeo.com/yourname?type=ABCDE, the link for Spanish is: https://bookeo.com/yourname/type=ABCDE&languageCode=es_ES
How to pre-select a language for a direct link to a promotion
You should append & and the language code after the link. For example, if the link is https://bookeo.com/yourname/?promotion=5off, the link for Spanish is https://bookeo.com/yourname/?promotion=5off&languageCode=es_ES
How to pre-select a language in the widget
Simply append the parameter languageCode at the end of the widget URL. For example, if the widget code is:
<script type="text/javascript" src="https://bookeo.net/widget.js?a=21345ABCDEF"></script>
the link for Spanish is:
<script type="text/javascript" src="https://bookeo.net/widget.js?a=21345ABCDEF&languageCode=es_ES"></script>
How to pre-select a language in the widget, if you use Wordpress with the Bookeo plugin
Simply add the parameter languageCode in the plugin marker. For example, if the marker is:
{bookeo}
use this marker for Spanish:
{bookeo:languageCode=es_ES}
use this marker for a direct link to a category or service in Spanish:
{bookeo:type=sdadasdda&languageCode=es_ES}