3
Reply

How can you convert your web site from one language to other. say from English to French?

    using Culture


    use this script,

    <table width="320"> <tr> <td>&nbsp;</td>   <form action="http://www.google.com/translate" target="_blank">   <td width="40"><script language="JavaScript">  <!--   document.write ("<input name=u value="+location.href+" type=hidden>")  // -->  </script>   <noscript>   <input name="u" value="http://labnol.blogspot.com" type="hidden" />   </noscript>   <input name="hl" value="en" type="hidden">   <input name="ie" value="UTF8" type="hidden">   <input name="langpair" value="" type="hidden">   <input name="langpair" value="en|fr" title="Fran&#231;ais/French" src="http://photos1.blogger.com/img/43/1633/320/13539949_e76af75976.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   <td width="40"><input name="langpair" value="en|de" title="Deutsch/German" src="http://photos1.blogger.com/img/43/1633/320/13539933_041ca1eda2.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   <td width="40"><input name="langpair" value="en|it" title="Italiano/Italian" src="http://photos1.blogger.com/img/43/1633/320/13539953_0384ccecf9.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   <td width="40"><input name="langpair" value="en|pt" title="Portugu&#234;s/Portuguese" src="http://photos1.blogger.com/img/43/1633/320/13539966_0d09b410b5.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   <td width="40"><input name="langpair" value="en|es" title="Espa&#241;ol/Spanish" src="http://photos1.blogger.com/img/43/1633/320/13539946_2fabed0dbf.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   <td width="40"><input name="langpair" value="en|ja" title="&#26085;&#26412;&#35486;/Japanese" src="http://photos1.blogger.com/img/43/1633/320/13539955_925e6683c8.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   <td width="40"><input name="langpair" value="en|ko" title="&#54620;&#44397;&#50612;/Korean" src="http://photos1.blogger.com/img/43/1633/320/13539958_3c3b482c95.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   <td width="40"><input name="langpair" value="en|zh-CN" title="&#20013;&#25991;&#65288;&#31616;&#20307;&#65289;/Chinese Simplified" src="http://photos1.blogger.com/img/43/1633/320/14324441_5ca5ce3423.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"> </td>   </form>   </tr>   </table> 




     Google Translate: Available in English, German, Spanish, French, Italian, Portuguese, Japanese, Korean and Chinese (Simplified). Remember to replace the value of variable "u" with the URL of your website. The translated pages can even be bookmarked.

    ??????????????????????