how to print google translated page in jquery

I am using Google Translate plugin on my site. I want to print the translated page of my website created with PHP. I am using ajax to call the formatted page from a php file to print. However, the ajax result of the page is in default English language. I tried passing googletrans variable to the page and setting the cookie for the page before it gave the call back result to ajax. And then print using document.write. But the print is always coming in English. Is it not possible to print translated by google in jquery ?

If required I can add more details here.