Skip to main content

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.

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.

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:
  1. Pick the shortcode for the language of your choice from the list below.
  2. Taking the example of French (code being fr), add ,locale : 'fr' after the router ID in your RevenueHero code snippet on the page:
<script type="text/javascript" src="https://app.revenuehero.io/scheduler.min.js"></script>
<script type="text/javascript">
  window.hero = new RevenueHero({ routerId: 'xxx', locale:'fr' })
  hero.schedule('#form')
</script>
  1. You’re all set!

List of supported languages

LanguageShortcode
Arabicar
Czechcs
Danishda
Germande
Greekel
English Britishen-GB
English - USen-US
Spanish - LATAMes-419
Spanishes-ES
Finnishfi
Frenchfr
French - Canadafr-CA
Hebrewhe
Hungarianhu
Indonesianid
Italianit
Japaneseja
Koreanko
Dutchnl
Norwegianno
Polishpl
Portuguese(Brazil)pt-BR
Portuguesept-PT
Romanianro
Russianru
Swedishsv-SE
Thaitr
Vietnamesevi
Chinese(Simple)zh-CN
Chinese(Hong Kong)zh-HK
Chinese(Taiwan)zh-TW