Passer au contenu principal

How do I change the chat widget language? - Base de connaissances / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. For the most up-to-date version, see: Translating your Messenger Widget

How do I change the chat widget language?

Liste des auteurs

To set the language used in the chat widget, you need to know the Language ID of the language you want to set.

Go to Admin > Settings and click the "Manage Languages" button to see the list of languages.

Next to each language you have installed you will now see a small box with its ID.

 

Note this ID - 2 in this case.

 

Get the chat widget code from Admin > Integrations > Website Embeds. Within the code snippet you will see a commented line:

DpChatWidget_Options.languageId = 0;

 

Set the number to the ID of the language you want to set. For example, in our case we want to set it to 2:

DpChatWidget_Options.languageId = 2;

 

This localises most of the chat widget text. However, there are three phrases whose content is set by the widget code.

Edit the code snippet to translate the below phrases into the language you want:

  DpChatWidget_Options.startPhrase = 'Click here to chat with us';  DpChatWidget_Options.openInWindowPhrase = 'Open this chat in a new window';  DpChatWidget_Options.resumePhrase = 'Open your chat';

Utile Peu Utile

64 personnes sur 120 ont trouvé cette page utile

Ajouter un commentaire

Veuillez vous connecter ou vous enregistrer pour soumettre un commentaire.

Besoin d'un rappel de mot de passe?