Exemplo n.º 1
0
 /**
  * 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);
 }