Hi,
i have given a huge text in the Translate window. It ends up finally with error – “Error downloading – server replied: Too Many Requests”
#1 – Accept big string from the user. Not an issue
#2 – Split the string internally the maximum limit the google or yandex or bing supports
#3 – Translate them one by one and finally send the entire results in the window
Note: https://www.onlinedoctranslator.com/en/translate-tamil-to-english_ta_en does the translation via google however works for huge files irrespective of the size or content. Internally they would split and get the result and get back as a single file at the end.
That would be really good if you can do this simple split and resolve as it would benefit many
Thanks