jQuery(function(){
  if (location.href.indexOf('/es/') > -1){
    jQuery('input[data-drupal-selector="edit-language"]').val('Spanish');
  }
});
