Polylang

- fairly straightforward plugin for enabling translations of your site into other languages. Only problem is that to place the langauge switcher, you must put this code into your functions.php file as there is no gutenberg block for the language switcher in the free version of Polylang: Then in a Gutenberg shortcode block placed wherever you want the language switcher to be, put in this code: [polylang_langswitcher] Then in css (to get rid of list marker): ul.polylang_langswitcher li{ list-style-type: none; }