Imagestyler
Imagestyler

Reputation: 13

Smooch change language of output of bot

I am working with Smooth and I would like to know how to change the text of the app. Currently it is in English but I would like to have the text in Dutch. How would I go about that?

cheers

Wouter

Upvotes: 1

Views: 211

Answers (1)

Andrew Lavers
Andrew Lavers

Reputation: 8151

You can override all strings in the Smooch web UI by specifying them in the customText option of the Smooch.init call:

http://docs.smooch.io/javascript/#strings-customization

The whole list of overridable strings is here.

Note that this overrides strings for all of your users, so for now unfortunately you can get all Dutch or all English. We're still working on building proper localization in the widget, e.g. letting you specify a locale to init, and detecting a preferred language via the user agent.

Upvotes: 1

Related Questions