Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 09, 2013 01:21 PM by jprochazka
Participant
850 Points
253 Posts
Jan 09, 2013 12:33 PM|LINK
Hi,
Is there any google Apps to convert website content to particuler language?.
Star
14306 Points
2820 Posts
Jan 09, 2013 01:16 PM|LINK
Use Google Transalate in Iframe:
<html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Google Iframe</title> </head> <body> <form id="form1" runat="server"> <td valign="top"> <div id="google_translate_element" style="text-align: left"> </div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script> <script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script> </td> Hello World. </form> </body> </html>
Contributor
4896 Points
740 Posts
Jan 09, 2013 01:21 PM|LINK
You can check out this post: Translate given URL website to chosen language http://forums.asp.net/t/1862151.aspx
ManikandanUl...
Participant
850 Points
253 Posts
Google Apps.
Jan 09, 2013 12:33 PM|LINK
Hi,
Is there any google Apps to convert website content to particuler language?.
Click "…Mark As Answer" if my reply helpful....
geniusvishal
Star
14306 Points
2820 Posts
Re: Google Apps.
Jan 09, 2013 01:16 PM|LINK
Use Google Transalate in Iframe:
<html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Google Iframe</title> </head> <body> <form id="form1" runat="server"> <td valign="top"> <div id="google_translate_element" style="text-align: left"> </div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script> <script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script> </td> Hello World. </form> </body> </html>My Website
www.dotnetvishal.com
jprochazka
Contributor
4896 Points
740 Posts
Re: Google Apps.
Jan 09, 2013 01:21 PM|LINK
You can check out this post:
Translate given URL website to chosen language
http://forums.asp.net/t/1862151.aspx