I am unsure if this is way beyond what Latex can do but is there a way to translate a documents plain text into another language without having to do it paragraph by paragraph?
I have had a look into Tortoise Tagger and omegaT but can't get my head around it.
\documentclass{article} \usepackage{blindtext} \begin{document} \blindtext \vspace{1cm} Can this be translated into another language? (Supposing of course it was in English for example into Spanish), As well as keeping some maths work. $5+4=9$ \end{document} Any help would be appreciated even if it is no this it not what Latex is even trying to do. Thanks
Edit to try and explain what I was after.
\documentclass{article} \begin{document} %What I want to write: This is how to Add $5+4$%%%%. input %%% Some code then... to jak dodać $5+4$ %What it prints in Polish $5+4=9$ \end{document} 
.texfile with the plain text in another language, or can the source code be in one language and the pdf output in another language, or would it be ok to just translate the pdf directly? Are you willing to add some extra code to the file, like\begin{translate}translate this part\end{translate}? On how many files do you want to do this?