Can anybody provide examples of how to code websites with the option of choosing two (or more) displayed languages ?
What your talking about is internationalization or i18n. I often use the JavaScript package i18next, but there are others. You create data files with translations for each string you use in the app.
1 Like
ohh im still learning javascript , so it cannt be done by html/css alone?
I can’t think of a way offhand - I think it would be very difficult.
1 Like