How to extract text, translate, and display
-
How can I use QNetworkAccessManager to make an android application that displays a translated version of a website?
I was thinking of parsing the text, replacing the text piece by piece, and then finally displaying the modified page in the application.
Sorry if this seems vague. I am quite new to this
Thanks