I am using the cocorico CMS github.com/Cocolabs-SAS/cocorico
And all the translation are setup to use the old microsofttranslator.com API ;
I know I should change the URL in parameter.yml but I haven't found the replacement for api.microsofttranslator.com/v2/Http.svc/TranslateArray
I put: (all with https in front)
cocorico.translator.translate.url: api.microsofttranslator.com/v2/Http.svc/TranslateArray
cocorico.translator.scope.url:
api.cognitive.microsoft.com/sts/v1.0/ (was api.microsofttranslator.com )cocorico.translator.token.url: api.cognitive.microsoft.com/sts/v1.0/issueToken ( datamarket.accesscontrol.windows.net/v2/OAuth2-13/)
cocorico.translator.grant.type: 'client_credentials'
There is also cocorico.translator.secret.key: parameter but in the Azure portal there are 2 different keys but no secret key so shall I put the 2nd key as the secret key?
Is this correct?
Is there a link to replace http://api.microsofttranslator.com/v2/Http.svc/TranslateArray with ?
And is there anything else to replace in Symfony to make it work ?
Thank you
You don't need to change the HTTP TranslateMenthod URL:
http://api.microsofttranslator.com/v2/Http.svc/TranslateArray
.You can either use KEY 1 or KEY 2 as
cocorico.translator.secret.key
.Check out PHP code sample with TranslateArrayMethod.