Translate a selected text using Microsoft Translator API.
Important: In order to use this extension you'll need to provide a Microsoft Translator API Key of your own. Without the API Key this extension is useless for you.
- Install the extension.
- Create Microsoft Translator API Key. You can use Step by step Guide
- Add your API key in user settings configuration -
microsoftTranslatorExt.apiKey
- Configure the first and second target language
"microsoftTranslatorExt.firstLanguage":"en"
,"microsoftTranslatorExt.secondLanguage":"de"
Set microsoftTranslatorExt.appendText
to true in order to append the selected text to the translated text. By default, the text would be replaced.
Select the text that you want to translate. Click right and execute Translate to 2nd language
command.
Tip: Use the shortcut
Ctrl+Shift+t
to translate the selected text.