You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: