Quote:
Originally Posted by aircool52
My vb is in Spanish , but some of the participant came from UK and like to read it in English , so when I choose language translator gave me this error:
Google
Error
Translation from English into English is not supported.
Please choose from the following:
Go back to the previous page"
Back to Translate
See original page
|
Hola Amigo
Thats because your using the default english setup, what you need to do is find this line in the begining of the code
Code:
<td nowrap style="border-left: 1px solid #dddddd;" align="center"> <select name="translate" style="height:20px; font-size:11px;" onchange="javascript:window.location = 'http://www.google.com/translate_c?hl=en&langpair=en%7C' + this.value + '&u=' + window.location.href;">
and in the google url chnage the following In red to es
google. com/translate_c?hl=en&langpair=
en%7C' + this.value + '&u=' + window.location.href
so it looks like this..
google .com/translate_c?hl=en&langpair=
es%7C' + this.value + '&u=' + window.location.href
and save, thats it, what your doing is telling google that your main lauguage is spanish, and now you'll be able to translate your spanish site into english