/**
  * Get the language of the user
  *
  * @return string
  */
 public function getLanguage()
 {
     return $this->user->getLanguage();
 }