Question
localize pega chatbot
Hi
We have implemented OOTB Pega platform web chat embedded within our application. We want to now localize the chatbot.
We are planning to use the existing model and add language to it. All utterances would be translated in french. We want the english utterance and the corresponding french utterance point to the same entity or internal command.
While we are localizing all paragraphs used for responses, I am not sure how to localize the Menu labels when response type is Menu
Please let me know how to localize the Menu labels.
(One way i could think is to use getlocalizedText function on the menu lables (.pyChoices) before the content is rendered to the user. However that would change the case data directly in French which I dont want)