Appearance
Exemples ​
Exemple 1: Paramètre de tracking localise ​
Template CMS:
mustache
https://booking.example.com/start?lang={{lang}}&locale={{locale}}&facility={{facilityIdExternal}}Résultat possible:
text
https://booking.example.com/start?lang=fr&locale=fr-FR&facility=HOTEL-42Exemple 2: Lien de souscription localise ​
Template CMS:
mustache
{{souscriptionUrl}}?hl={{locale}}&uid={{uid}}Résultat possible:
text
https://example.com/subscribe?hl=en-US&uid=TV-10001Exemple 3: Priorite de lang intégrée ​
Template CMS:
mustache
{{lang}}Si data_general contient lang=cms-en mais que activeLocale=fr-FR, le rendu sera:
text
fr