Thursday 7 August 2014

Online Translator

This is Online  translator .Its easy to translate your site  to any language.You can  fix to any position in this translator .it consists above 40 language.You can create easy Translator .
just copy and paste a j-query code and  fix to any place your site.

J-query:



<script type="text/javascript" src="http://x.translateth.is/translate-this.js"></script>
<script type="text/javascript>TranslateThis();</script>

Html:


<div id="translate-this" style="width:250px; margin-top:3px;border:0 red solid; float:right; text-align:right;">
<a style="width:180px;height:18px;display:block;"class="translate-this-button"href="http://www.abc.com/"></a>

</div>

No comments:

Post a Comment

Printing first 50 Fibonacci numbers Using PHP Program

Fibonacci series is a series of numbers in which each number is the sum of the two preceding numbers. For example. 0 , 1 , 1 , 2 , 3 , 5...