Hello,

I was wondering if anyone knew how to remove the language code from the primary language URLs in the Drupal 5x / i18n ?

Basically I have a multilingual site in English and Spanish, whose language codes are en and es, respectively.

I want the URLs to be like this:

www.site.com/page for the English and:

www.site.com/es/page for the Spanish.

However, once a second language is added, I get this:

www.site.com/en/page

www.site.com/es/page

I can see that this has been fixed in Drupal 6, but does anyone know if there is a patch to fix this in Drupal 5?

Thanks