JNevens
JNevens

Reputation: 11982

Create multilingual website with JavaScript and Node.js

I'm creating a web-application and I want to make it possible for the user to choose between 2 or 3 languages.

What is the best way of doing this, using HTML, JavaScript and Node.js?

Is there a difference in performance when using a client-side or server side solution for this? (Having mobile users in mind)

Upvotes: 4

Views: 4961

Answers (1)

nunoarruda
nunoarruda

Reputation: 2904

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

Upvotes: 3

Related Questions