you could use...
javascript
:
window.location.href = window.location.href.replace("/en/", "/fr/");
ASP:
Response.Redirect Request.ServerVariables("SCRIPT_NAME").Replace("/en/", "/fr/");
either of those *should* work
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --