Example application for using i18next with a jade/express node.js server
- NodeJS/Express with Jade Template Engine
- i18next-node lib for server side i18n support
npm install
node app.js
now point your browser to
http://localhost:3000
Thanx to Jan Mühlemann for his i18next and i18next-node libraries.
For a walk through of the example see my blog post "Internationalization with Express, Jade and i18next-node"