jQuery.each(['#menu-principal > li:first-child'], function(index, value) { 
        jQuery(value).attr('href', function(i, val) {
            return val + jQuery('html').attr('lang').split('-')[0]
        });    
    });

