locale_form_language_admin_add_form_alter_submit($form, FormStateInterface $form_state)
Form submission handler for language_admin_add_form().
Set a batch for a newly-added language.
File
core/modules/locale/locale.module, line 685 Enables the translation of the user interface to languages other than English.
Code
function locale_form_language_admin_add_form_alter_submit($form, FormStateInterface $form_state) {
\Drupal::moduleHandler()->loadInclude('locale', 'fetch.inc');
$options = _l