- Issue created by @achap
When you have long texts the calls to executeTranslation are split up but the arguments are passed in the wrong order. I got an error like: Translation has been rejected with following error: Google\ApiCore\ApiException: { "message": "Source language is invalid.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com\/google.rpc.BadRequest", "fieldViolations": [ { "field": "source_language_code", "description": "Source language:
Try and translate a really long content type > 20,000 characters.
Pass args in right order
Active
1.0
Code