Language switcher with flags – Polylang WP plugin

In meantime, maybe I have on.. I do not want to use some big scripts or something so I did this simple one.. I will write here if somebody else need it..

1.) I create sidebar in my theme, and add it to header

<div class="drop-dl">
  <a class="lang-chose" href="#"><img src=""> Chose language</a>
  <?php get_sidebar(); ?>
</div>

2.) Then I go to admin page and on widget section I add Language Switcher to Sidebar to get Unsorted Lists from languages

3.) and I add small script and css code to get this work, here is CodePen demo link

Any suggestion is welcome 🙂 Because this solution work with “Polylang widget”, the good part is that you have addition options and functionality to chose from widget “Language Switcher”

enter image description here