Automatic language selection

The user has a specific language preference and a user selects that specific language on a website where we integrated a chatbot. Is there any way I can pass the selected language into the chatbot (front-to-front communication)?

1 Like

Hi @Shubham_Raja

If the user has selected a language on a website

  1. The page can send the language preference via the bot’s payload.
  2. Then fetch values from the payload and store it inside a variable.
  3. And then pass this variable into the Set Language node
1 Like