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