/** * Add a translation target language for the request. * * @param string $language * The language to translate the request to. */ public function addTargetLanguage($language) { $this->order->addTargetLanguage($language); }