They talk about it at the top of the book dealing with mutliple  
cultures.

http://www.symfony-project.org/book/1_1/13-I18n-and-L10n#Text%20Information%20in%20the%20Database

james



On Oct 1, 2008, at 3:22 PM, javo wrote:

>
> Hi all,
>
> I have one project already online and I'm trying to rewrite it using
> Symfony, I don't want to edit my existing urls
> My current project works with urls like this
> www.mydomain.com/en/rest+of+the+url
> www.mydomain.com/de/rest+of+the+url
> www.mydomain.com/fr/rest+of+the+url
> where en,de,fr is the language stored in the cookie 'lang',
>
> I want my symfony project to add one variable behind my index.php or
> frontend_dev.php so the urls will look like these
> www.mydomain.com/frontend_dev.php/en/rest+of+the+url
> www.mydomain.com/index.php/de/rest+of+the+url
> www.mydomain.com/frontend_dev.php/fr/rest+of+the+url
> and I'll be able to access these language variables in my action
>
> is it possible? thanks
> >


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

Reply via email to