FYI, for those of you who install the t2x_vbseo.php code, note that you can easily 301 your original language back to the original site (to avoid possible duplicate content issues).
For example, for English create a directory in your forum root called 'en'.... then you can create a .htaccess file as follows, in that directory:
Code:
RewriteEngine on
RewriteRule (.*) http://www.YOURSITE.com/$1 [L,R=301]
Make sure you change YOURSITE to your site