I would like to set the lang attribute of the HTML site. The only solution I found is as follows, but it does not work in Webflow. It seems that is functionality is ignored. No console.log or try-catch showed me anything.
$('html').attr('lang','en');
Does somebody have a solution?