Add Google's website translator to your webpages, and offer instant access to automatic translation of the pages. Adding the website translator is quick and easy
<head>
<script language="Javascript" src="eit.js"></script>
</head>
add this line between <head> tag.
<a href='javascript:translator("en|ja")' target="">
<img src="country/ja.jpg" width=30 border=0 height=20 title="View in Japanese"></a>
<a href='javascript:translator("en|de")' target=""><img src="country/de.jpg" width=30 border=0 height=20 title="View in German"></a>
<a href='javascript:translator("en|fr")' target=""><img src="country/fr.jpg" width=30 border=0 height=20 title="View in French"></a>
<a href='javascript:translator("en|it")' target=""><img src="country/it.jpg" width=30 border=0 height=20 title="View in Italian"></a>
<a href='javascript:translator("en|ru")' target=""><img src="country/russia.gif" width="30" border="0" height="20" title="View in Russian"></a>
Place this code in Html page where you want to display country flags for translation.
code
<head>
<script language="Javascript" src="eit.js"></script>
</head>
add this line between <head> tag.
<a href='javascript:translator("en|ja")' target="">
<img src="country/ja.jpg" width=30 border=0 height=20 title="View in Japanese"></a>
<a href='javascript:translator("en|de")' target=""><img src="country/de.jpg" width=30 border=0 height=20 title="View in German"></a>
<a href='javascript:translator("en|fr")' target=""><img src="country/fr.jpg" width=30 border=0 height=20 title="View in French"></a>
<a href='javascript:translator("en|it")' target=""><img src="country/it.jpg" width=30 border=0 height=20 title="View in Italian"></a>
<a href='javascript:translator("en|ru")' target=""><img src="country/russia.gif" width="30" border="0" height="20" title="View in Russian"></a>
Place this code in Html page where you want to display country flags for translation.
Comments
Post a Comment