Quote:
Originally Posted by rcwild
Cool.
Our site gets visitors from around the world, so the translation will add convenience. Would be even nicer if it was more obvious to users. Would be awesome if it was near the top of the page and included country flags to indicate languages, with image linked to the correct translation.
|
Mine just stopped working!

I just upgraded vBSEO...
Yes the flags could be a nice addition!
Quote:
<div align="left">
<strong>Translate Forum<br />
<form action="http://translate.google.com/translate" method="post">
<input type="hidden" name="u" value="http://iogames.com/$scriptpath" />
<select name="langpair" onchange="this.form.submit();">
<option value="en|es">English -> Spanish</option>
<option value="en|ja">English -> Japanese</option>
<option value="en|de">English -> German</option>
<option value="en|fr">English -> French</option>
<option value="en|it">English -> Italian</option>
<option value="en|nl">English -> Dutch</option>
<option value="en|pt">English -> Portuguese</option>
<option value="en|ko">English -> Korean</option>
<option value="en|ar">English -> Arabic</option>
</select>
<input type="hidden" name="hl" value="en" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
<input type="hidden" name="safe" value="active" />
<input type="hidden" name="prev" value="/language_tools" />
</select>$gobutton
</form>
|