dialogflow / dialogflow-android-client

Android SDK for Dialogflow
https://dialogflow.com
Apache License 2.0
574 stars 270 forks source link

Support for English Indian ("en-IN") language in SupportedLanguages #84

Open sjthn opened 6 years ago

sjthn commented 6 years ago

Using the following versions of sdk:

implementation 'ai.api:sdk:2.0.7@aar'
implementation 'ai.api:libai:1.6.12'

As in supported languages I configured the agent language as English with locale as Indian in console. But there is no option to configure it via SDK as there is no value for "en-IN" in SupportedLanguages enum.

How to support english indian locale?

aashishg commented 6 years ago

Any updates on this?