Accessing the Translator Text API from your Loco dashboard
The Microsoft Translator Text API is part of Azure Cognitive Services. You will need an Azure account and a subscription API key. https://aka.ms/MicrosoftTranslator
Configure a bot to use Microsoft Translator
- Navigate to the Bots tab wherever you see the :robot icon: in the Loco dashboard.
- Click "New bot", choose Microsoft Translator, and enter your Azure secret key into the text field.
- Save the bot and it's ready to run. See also how to run a translation bot.
Steps for generating an Azure secret key
- Sign up for Microsoft Azure
- From the portal click "Create a resource", search for "Translator Text" and click "Create"
- Complete your subscription by choosing your pricing tier and region (or select global).
- Select "Keys" in the Resource Management section of your subscription and note your key.
Resource region
If you created your subscription in a region other than global
you will need to enter the short code into the Loco bot configuration.
For example, "West Europe" is actually westeurope
. The wrong region will produce authentication errors.
See the official Azure authentication.