Live Translation
WotNot uses Microsoft Azure Translator service for Live Translation feature.
Microsoft Azure Translator is a cloud-based machine translation service that enables real-time text translation. This guide will help you set up the Translator service in Azure and retrieve the required credentials for API access.
Prerequisites
An active Microsoft Azure account
Permissions to create resources in a subscription (e.g., Owner or Contributor role)
Step 1. Log in to Azure Portal
Visit https://portal.azure.com and sign in with your Azure credentials.
Step 2. Create a Translator Resource
Click “Create a resource” in the left sidebar.
Search for
Translator
in the marketplace and select “Translator”.Click Create.

Fill in the resource creation form:
Subscription
Choose your Azure subscription.
Resource group
Create a new one or select an existing group.
Region
Select a supported region (e.g., Central US, West Europe).
Name
Enter a unique name for your Translator resource.
Pricing tier
Select a pricing tier (e.g., Free F0 for testing).
Click Review + create, then Create.

Step 3. Get API Credentials
After the resource is created:
Go to your newly created Translator resource.
In the left menu, click Keys and Endpoint.
Copy:
Key 1 or Key 2 — your API key
Location/Region - resource location
Text Translation Endpoint — the base URL for the Translator API
Example Endpoint:
https://api.cognitive.microsofttranslator.com/

Share above details with your account manager to activate Live Translation feature in your instance.
Last updated
Was this helpful?