I'm developing a web browser using C++ with QT Development framework which offers a webkit module as rendering engine, the browser i create have to translate every page it opens to certain language (Swahili to be specific), i figured that google chrome has that feature of detecting a visited page and prompt for translations, well i want to make my browser that way, n it should translate all pages with other languages on the fly, so how can i achieve that? is there a way or altenative please?..
Thanks