THE SITUATION:
I need to insert flags inside the language select. I have searched in Google and StackOverflow but the solutions founded are not work
The Answer:
Its simply not possible.
The permitted content of a tag is Text with eventually escaped characters (like é). HTML isnt allowed.
é
See the docs for more information.
The solution:
Make a custom Dropdown with CSS and HTML.