Is Google Cloud Translate API v2 having trouble with large text pieces in PHP?
I have this code which I am trying to use to translate my website page content: $url = "https://translation.googleapis.com/language/translate/v2"; $sendParamsObj = [ "key" => "insert api key" , "source" => 'en-us' , "target" => 'da-dk' , "q" => 'smaller amount…