How can I modify this code to translate the only one container on page with id #lyrics?
Solved with this function:
function googleSectionalElementInit() { new google.translate.SectionalElement({ sectionalNodeClassName: 'lyrics', controlNodeClassName: 'translate-lyrics', background: 'trasparent' }, 'google_sectional_element'); }