I've already achieve to translate, with Google API translate, some plain text from a textarea or from a .txt file but nothing from a word doc (by word doc i mean .doc/.docx files). I only have an unreadable content when i get my doc content in java (i have an ajax call who get the file content which it filled by the user into an input file).
Do i have to transform my word doc content to plain text before calling the API or maybe Google have a simply way to translate a word doc through their API ?
I hope i'm clear enough..