flex-webchat-ui-sample
flex-webchat-ui-sample copied to clipboard
Question: How to change the default character of WebChat UI (Localization)
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.
You gotta do it like this:
manager.strings.PredefinedChatMessageBody = "Howdy"