On Tue, Oct 14, 2008 at 6:32 AM, Mark Jensen <[EMAIL PROTECTED]> wrote:
> Not sure "Url Localization" is the right word for it, but my question
> is - Do anyone have any experience with creating a website where the
> localization depends on the url

Off the top of my head - I'd do this outside MR (I _think_). I'd just
use a rewriter[1] to transform incoming requests from:

/en/some-controller/some-content/update.rails
to
/some-controller/some-content/update.rails?l=en

This solves the problem of how to structure things etc...

j.

[1] Isapi rewrite or IIRF.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to