botbuilder-translation

0.2.2 • Public • Published

botbuilder-translation

Do not attempt to use this in production as we test. When ready we will move to version 1.

Translation middleware for the bot framework this enables developers to easily add translation to there bot. After Intialising your bot, you should register the translation library like so:

var translation = require('botbuilder-translation')
bot.library(translation.createLibrary(bot, process.env.MSTRANSLATORAPIKEY, process.env.TEXTANALYTICSKEY ));

Package Sidebar

Install

npm i botbuilder-translation

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • thebeebs