Displays a simple text link language switcher, with each language separated by a | character. The active language link has the .active
CSS class added.
<a href="https://www.example.com/en/" hreflang="en">English</a> | <a class="active" href="https://www.example.com/it/" hreflang="it">Italiano</a>