Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to auto-translate a section using google translate tools?
    text
    copied!<p>This is more like a auto-click link problem. But my problem is this link is generate by google's script. <a href="http://translate.google.com/translate_tools" rel="nofollow">http://translate.google.com/translate_tools</a></p> <p>If you choose "translate a section" , there will be a link generate inside the <code>goog-trans-control</code> class <hr> Original script:</p> <pre><code>&lt;div class="goog-trans-section"&gt; &lt;div class="goog-trans-control"&gt; &lt;/div&gt; Original Text here. &lt;/div&gt; </code></pre> <p>Script code after execute (Check Component):</p> <pre><code>&lt;div class="goog-trans-section"&gt; &lt;div class="goog-trans-control"&gt; &lt;div class="skiptranslate goog-te-sectional-gadget-link" style=""&gt; &lt;div id=":1.gadgetLink"&gt; &lt;a class="goog-te-gadget-link" href="javascript:void(0)"&gt; &lt;span class="goog-te-sectional-gadget-link-text"&gt;Translate&lt;/span&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; Original Text here. &lt;/div&gt; </code></pre> <hr> <p>How would I <strong>auto-click</strong> (or <strong>execute</strong>) the <code>Translate</code> link after this page is <strong>totally loaded</strong>?</p> <p>For some reason, jsfiddle is not working with my <a href="http://jsfiddle.net/Wb7tE/" rel="nofollow">script</a>, though I still post this for your convenience. <a href="http://jsfiddle.net/Wb7tE/" rel="nofollow">http://jsfiddle.net/Wb7tE/</a></p> <p>Really appreciate for your time and help. <br/> <br/> <br/></p> <p><strong>Edited:</strong><br/> I tried <a href="http://code.google.com/apis/language/translate/v1/reference.html" rel="nofollow">Google translate API</a>, but there is a limitation of 5000 words at a time.<br/> My translations include whole html with tables and scripts, so it reach the limit with no exception.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload