CSEANZ / BotTranslator

Tools to help integrate Microsoft Translation Cognitive Services in to bots (C#)
MIT License
2 stars 3 forks source link

Changing Native Language #1

Open ritasmoreira opened 6 years ago

ritasmoreira commented 6 years ago

I would like to change the native language into which the text is translated to, when calling

await TranslatorService.Instance.TranslateIn(activity, true);

Is there an easier way to change the language than to fork the package and change the scripts?

Thank you

jakkaj commented 6 years ago

Hey @ritasmoreira - sorry, it's hard-coded to English :( If you need any pointers please do reach out.