The scheduler displays in the prospect’s browser language by default. If the browser language isn’t supported, it falls back to English. Prospects can also manually select from supported languages during interaction.Documentation Index
Fetch the complete documentation index at: https://help.revenuehero.io/llms.txt
Use this file to discover all available pages before exploring further.

Set default language for a landing page
In order to change the default language from English for a specific landing page, here are the steps:- Pick the shortcode for the language of your choice from the list below.
- Taking the example of French (code being fr), add
,locale : 'fr'after the router ID in your RevenueHero code snippet on the page:
- You’re all set!

List of supported languages
| Language | Shortcode |
|---|---|
| Arabic | ar |
| Czech | cs |
| Danish | da |
| German | de |
| Greek | el |
| English British | en-GB |
| English - US | en-US |
| Spanish - LATAM | es-419 |
| Spanish | es-ES |
| Finnish | fi |
| French | fr |
| French - Canada | fr-CA |
| Hebrew | he |
| Hungarian | hu |
| Indonesian | id |
| Italian | it |
| Japanese | ja |
| Korean | ko |
| Dutch | nl |
| Norwegian | no |
| Polish | pl |
| Portuguese(Brazil) | pt-BR |
| Portuguese | pt-PT |
| Romanian | ro |
| Russian | ru |
| Swedish | sv-SE |
| Thai | tr |
| Vietnamese | vi |
| Chinese(Simple) | zh-CN |
| Chinese(Hong Kong) | zh-HK |
| Chinese(Taiwan) | zh-TW |