Translate HTML files to another language
        Posted  
        
            by Saif Bechan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Saif Bechan
        
        
        
        Published on 2010-05-15T09:21:24Z
        Indexed on 
            2010/05/15
            9:24 UTC
        
        
        Read the original article
        Hit count: 287
        
I have a website with Dutch text which I want to translate to English. Is there a fast way of doing this with keeping the HTML tags(<strong>,<span>) in tact. I know I can just copy the parsed TEXT into a translator but this will remove the formatting.
I also know that at the end I have to go trough the text manually to fix some minor spelling and grammar.
© Stack Overflow or respective owner