we are using the Bert-LaBSE model in Rasa and made very good experiences with the intent recognition with many different languages of user input.
Now we want to generate the response in the language the user asked the original question. How can we do that?
Is there a way to provide the recognized language within the NLU part from Bert-LaBSE model?
We would like to use a realtime translation service (like DeepL) to provide the (German) original response combined with the detected language and get the translated bot response.
Thanks for support,
Rainer