$form_state->setErrorByName('country',$this->t('The country code %country_code already exists and must be unique.',['%country_code'=>$entity->getCountry()]));
$form_state->setErrorByName('language',$this->t('The language code %langcode already exists and must be unique.',['%langcode'=>$entity->getLanguage()]));