Reputation: 4513
I've got a forum where I'd like to allow only English. Can this be accomplished? How could I detect and block posts by language?
Thanks.
Upvotes: 0
Views: 467
Reputation: 11149
IMO this is a complete waste of time. Let the forum community regulate it.
But if you're still wanting to go ahead, you could use the Google Translate API. http://code.google.com/apis/language/translate/v1/getting_started.html#usingDetect
Upvotes: 1
Reputation: 2251
It is hard, but possible. Here is an example using PHP:
http://phpir.com/language-detection-with-n-grams
Upvotes: 0