jQuery si attribut

if ( $('html').attr('lang') == 'fr-FR' ) {
    // do this
} else {
    // do that
}
Ugliest Unicorn