Output Intl.DateTimeFormat for all Locales
This probably isn't a complete list. Got it from here: https://stackoverflow.com/questions/3191664/list-of-all-locales-and-their-short-codes
by cdeutsch
HTML
<ul id="locales">
</ul>
JavaScript
const locales =...