Per the ability to render the Chili Piper online booking calendar in different languages, below is a list of the supported languages and their locale parameter values:
- English - en_US
- English (British) - en_GB
- German - de_DE
- Danish - da_DK
- Russian - ru_RU
- Arabic - ar_AR
- Italian - it_IT
- French (Canadian) - fr_CA
- French - fr_FR
- Spanish (Latin America) - es_LA
- Spanish - es_ES
- Portuguese (Brazilian) - pt_BR
- Portuguese - pt_PT
- Japanese - ja_JP
- Korean - ko_KR
- Dutch - nl_NL
- Norwegian - nb_NO
- Chinese (Simplified) - zh_CN
- Chinese (Traditional) - zh_TW
- Chinese (Hong Kong) - zh_HK
- Indonesian - id_ID
- Thai - th_TH
- Vietnamese - vi_VN
- Polish - pl_PL
- Romanian - ro_RO
- Czech - cs_CZ
- Hebrew - he_IL
- Greek - el_GR
- Turkish - tr_TR
- Hungarian - hu_HU
- Swedish - sv_SE
To view Chili Piper in any of the languages listed above, follow the steps below:
- Make sure the language is enabled in the Global Admin Settings (Open Workplace, Workplace settings, Language settings)
- Append
?locale=country_CODE
to the end of any Chili Piper booking URL and load the URL.- Example URL format for Spanish:
https://salesfloat.chilipiper.com/book/bookerav?locale=es_ES
- Example URL format for Spanish:
You can also force the calendar to render in a different language, regardless of the user's browser settings. For example, to force the booking calendar to render in German, you'll need to use this script:
<script src="https://js.chilipiper.com/marketing.js" type="text/javascript"></script> <script>
ChiliPiper.scheduling("calendar", "top-hat-router-test", { locale: "de_DE" });
</script>