html:not([lang="en"]) .en {
    display: none;
}

html:not([lang="de"]) .de {
    display: none;
}