Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thosi-yamada opened this issue Oct 18, 2020 · 1 comment

Comments

@thosi-yamada
Copy link

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
Copy link

brngdsn commented Jan 13, 2022

You gotta do it like this:

manager.strings.PredefinedChatMessageBody = "Howdy"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants