twilio / flex-webchat-ui-sample

Twilio Flex Web Chat UI Sample
31 stars 28 forks source link

Question: How to change the default character of WebChat UI (Localization) #16

Open thosi-yamada opened 3 years ago

thosi-yamada commented 3 years ago

I would like to change some default characters of Flex Webchat UI, for example "welcome message". I have tried to add like below statement in the index.js or app.js. However It does not work (actually .js error happens)

manager.strings.WelcomeMessage = "I wanna change this Welcome Message";

I know there is the document "localization and UI templating", but it does not work as well.

Could you please advice, How can I actually change (localize) the webchat UI characters.

brngdsn commented 2 years ago

You gotta do it like this:

manager.strings.PredefinedChatMessageBody = "Howdy"