<select-language> Web Component
Danny Engelman

Danny Engelman @dannyengelman

About: Online since 1990 Yes! I started with Gopher. I do modern Web Component Development with technologies supported by **all** WHATWG partners (Apple, Google, Microsoft & Mozilla)

Location:
Amsterdam, the Netherlands
Joined:
Oct 20, 2018

<select-language> Web Component

Publish Date: Jan 16
1 2

Sorry, I don't have the time to write an extensive blog post.

Then again, a good Web Component should explain itself.

More docs: https://language-select.github.io/

After loading the Web Component, all HTML required is:

<language-select caption="Select a language" 
                 selected="en" 
                 languages="en,nl,es,pt,jp,sk"></language-select>

Enter fullscreen mode Exit fullscreen mode














Comments 2 total

  • Thomas Broyer
    Thomas BroyerFeb 3, 2025

    What kind of GPL 3.0 license is it if the repo only contains minified code‽

    • Danny Engelman
      Danny EngelmanFeb 11, 2025

      Yes, you are right. I can't publish full code yet because its just not production ready.
      Have changed the licence to Unlicense
      tnx

Add comment