Build a multilingual website with JavaScript and Node.js

I am creating a web application and I want the user to be able to choose between 2 or 3 languages.

What's the best way to do this using HTML, JavaScript and Node.js?

Is there a performance difference when using a client-side or server-side solution? (Referring to mobile users)

+3


source to share


1 answer


If you want a client / front-end solution you can use https://github.com/coolbloke1324/jquery-lang-js



+2


source







All Articles