I've been struggling with this matter for two days, but still couldn't find anything useful.
Can someone advice me anything that will effectively detect a language in which a form was submitted, either any plugin or API, that I could use inside my php application.
The following methods would suit me well if they did not have limits on a number of requests you can make.
Google offers language detection library, which seems like it would suit me, but I'm completely unclear as to how to use it.
Are there any effective methods to detect language of user's input (short text) on the fly? Or maybe someone can help me figure out how to use Google Detection library with PHP?
(In my application different script is executed for each language, so I need to detect a language in which a form was submitted, in order to determine which script to execute)