Which package do you use for localization with express in node.js?
Thanks!
node-localize can work together with express.
Depending on where you want the localization, jqtpl-express-i18n can do the job for templating.
https://github.com/jeresig/i18n-node-2
John Resig's implementation
His blog post on it
http://ejohn.org/blog/i18n-module-for-node-and-express-js/