/**
  * @return String
  */
 public function getLongName()
 {
     return i18n::get_locale_name($this->value);
 }