My team and I are building a bot for Facebook Messenger using Dialogflow, but since our users don't speak the same language (Spanish is the default language in the project), we want to implement an English version of our project, but here's the issue we have implemented both languages as explained in Dialogflow's documentation (Gear - Languages - Select additional languages in the console), but we can't get a response in a language different from Spanish, even disabling ML for all of our intents or talking to our bot in English and languageCode key in JSON response from the server is always "es", no matter what. Here's the question, how can we achieve interaction with our users in both or even more languages dynamically? Any ideas?
Thanks in advance.