/**
  * Get the default locale.
  *
  * @return string
  */
 public function getDefaultLocale()
 {
     return parent::getDefaultLocale();
 }