For usage and styling see Page Source
The Web Component displays a button with language-name text label
UI and SVG Flags dependencies only load AFTER click, only when required, once!
This LOAD delay is measured in the console. Is it an acceptable UI delay?
I think download time is acceptable on a 4G connection.
Load
with<script src="https://language-select.github.io/select-button.min.js"></script>
Use:
<language-select selected="nl" languages="en,nl,es,pt,..."></language-select>
Language codes are ISO-Alpha3 country codes
Style with ::part (see Page Source)
Language selection sends a "language-select" Event up the DOM tree (see console)