I'm trying to develop php app to translate article using Google Translate API. The problem is, there's google limit query that block my process. If the text contains more than 200 words, it never successfully translated. anyone can help..? Thanx
If the limit is 200 words for each query, try splitting the text into 200 word chunks and querying separately.