I want to provide the translate option in my web application with the
functionality that if a user selects a specific language on the login
page, then all the pages which that user visits (by clicking various
links in the application web pages) should also be displayed in the
new translated language which he has chosen in the login page.
Right now, if the user is viewing a translated page and clicks on any
link on that page, the new page to which he navigates is shown in
English instead of the selected translated language.
Please let me know if what I want to achieve is possible using Google
translate.