> 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
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to