Get Subscription Key/Region step:  https://portal.azure.com/#home => Translator => Your Instance Name => Endpoints: Click here to view endpoints   Standalone script: ;#include <String.au3> ;#include <File.au3> Opt("MustDeclareVars", 1) ;0=no, 1=require pre-declaration Global $oErrorHandler = ObjEvent("AutoIt.Error", "__COMErrFunc") ; ======================================================================================