Skip to main content

How do I change the chat widget language? - 지식 베이스 / 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?

Authors list

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';

도움이 되었습니다 Unhelpful

64 of 120 people found this page helpful

댓글 등록

Please log in or register to submit a comment.

Need a password reminder?