Skip to main content
By default, RevenueHero’s schedulers are set to display information in English. Prospects can manually change the language from the list of supported languages

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
⌘I