[Radiant] url parameters

Sylvestre Mergulhão mergulhao83 at gmail.com
Tue May 15 06:46:12 CDT 2007


> When children are asked for a page part, say 'body', they would first look for 'body_en' and only revert to 'body' if that does not
> exist.
>
> So you'd have a single tree of pages, but they would be served through different urls:
>
> /en/books
> /de/books
> /fr/books

I think its a interesting point of view. So all your pages have parts
for all the languages that your site supports.

In the request you can get the browser default language, dont you? So
the default language of the site will be the browser's default. After
the page is loaded, the user can select an specific language in the
litle flags :).

Probably I will need something like this in a close future. It's ok to
implement this as an extension??

Thanks,
Sylvestre Mergulhão



More information about the Radiant mailing list