Translation of chat badge message
Hi, we'd like to change the message of the chat badge widget in zendesk chat, but I can't. If I change the message it's changed throughout all languages, which is unacceptable.
-
Hi Matthias 👋
You can set the language of the button dependent on the locale you are giving the Widget.
You can use different strings for different locales or use one string for all locales by using an asterisk (*) for the locale. You can also use the asterisk to specify a fallback string in case the browser isn't set to a listed locale.
<script type="text/javascript"> window.zESettings = { webWidget: { launcher: { badge: { label: { '*': 'Chat with us', fr: 'Discute avec nous' } } } } }; </script>
Iniciar sesión para dejar un comentario.
1 Comentarios