Easiest way to translate Spanish html to English

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! sonrio is offline
    MemberRank
    Sep 2009 Join Date
    Mandara 0Location
    231Posts

    Easiest way to translate Spanish html to English

    I am having a hard time in translating Spanish html code to English, what I do is copy/paste Spanish text to google translate, is there a program or something I can use to automatically translate foreign language to English -thanks

    ~salamat


  2. #2
    ░Bª™ªN░ infinium is offline
    MemberRank
    Mar 2011 Join Date
    PhilippinesLocation
    278Posts

    Re: Easiest way to translate Spanish html to English

    in some website you can copy url address then paste it in google translate. it will translate the whole site. but not with playgames :p

  3. #3
    Account Upgraded | Title Enabled! sonrio is offline
    MemberRank
    Sep 2009 Join Date
    Mandara 0Location
    231Posts

    Re: Easiest way to translate Spanish html to English


    .::playgames::.


    no comment hehe..

  4. #4
    ░Bª™ªN░ infinium is offline
    MemberRank
    Mar 2011 Join Date
    PhilippinesLocation
    278Posts

    Re: Easiest way to translate Spanish html to English

    your account has been blocked again?

  5. #5
    Apprentice tetrico is offline
    MemberRank
    Jan 2010 Join Date
    7Posts

    Re: Easiest way to translate Spanish html to English


  6. #6
    Account Upgraded | Title Enabled! sonrio is offline
    MemberRank
    Sep 2009 Join Date
    Mandara 0Location
    231Posts

    Re: Easiest way to translate Spanish html to English

    @infinium

    yes

  7. #7
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,471Posts

    Re: Easiest way to translate Spanish html to English

    use google translate then copy and paste the text from the file to it and translate it but, if it is a pdf file it may be password protected. in that case you will need a password removal tool for pdfs. I was able to translate the pdf file even though it was protected so hopefully you can. good luck

  8. #8
    Ronin Dev John is offline
    MemberRank
    Mar 2011 Join Date
    /dev/nullLocation
    382Posts

    Re: Easiest way to translate Spanish html to English

    Code:
    <script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&w=160&h=60&title=&border=&output=js"></script>
    Insert anywhere on the web ...

  9. #9
    Enthusiast BriaanChiXz is offline
    MemberRank
    Apr 2012 Join Date
    31Posts

    Re: Easiest way to translate Spanish html to English

    Best way... learn spanish >.< That's the easier way or, tell to some friend who speaks spanish to translate it.

    Lo mejor de todo es que YO se espaniol e ingles :DD
    *The best of this is I know spanish and english >.<*

  10. #10
    Apprentice sheenliu is offline
    MemberRank
    Apr 2012 Join Date
    7Posts

    Re: Easiest way to translate Spanish html to English

    Quote Originally Posted by sonrio View Post
    I am having a hard time in translating Spanish html code to English, what I do is copy/paste Spanish text to google translate, is there a program or something I can use to automatically translate foreign language to English -thanks

    ~salamat
    can u share u html site for me plss.

  11. #11
    Ronin Dev John is offline
    MemberRank
    Mar 2011 Join Date
    /dev/nullLocation
    382Posts

    Re: Easiest way to translate Spanish html to English

    Quote Originally Posted by sheenliu View Post
    can u share u html site for me plss.
    Read my post.

  12. #12
    Ronin Dev John is offline
    MemberRank
    Mar 2011 Join Date
    /dev/nullLocation
    382Posts

    Re: Easiest way to translate Spanish html to English

    Code:
    <div id="google_translate_element"></div><script>function googleTranslateElementInit() {
      new google.translate.TranslateElement({
        pageLanguage: 'en',
        layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
      }, 'google_translate_element');
    }
    </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
    Insert anywhere on the web ...



Advertisement