Fluffy
Fluffy

Reputation: 28402

How to get html page language in node.js?

How do I get which language html page is written in with nodejs? I don't care about 100% accuracy, just something simple to tell if it's English, Russian, German etc.

Upvotes: 2

Views: 99

Answers (1)

Josep Valls
Josep Valls

Reputation: 5560

There is now a language detection library in pure javascript: http://mazko.github.io/jsli/

Upvotes: 1

Related Questions