Hello, First question would be how can i have the sfFormLanguage directly in the layout (layout.php from app/templates) and then sfFormLanguage being submitted to an action (general/changeLanguage)?
Second question is: I have i18n routes like (references/1/persons (english), reference/1/ personne (fr) -- 1 is the id, persons, personne is the slug ). They are implemented as separate routes like (references_en, references_fr). The issue is when i have to change the language, because i have to get the params (id, slug) make a select from the database to fetch the new slug for the new language, and redirect to the new url. Am i doing it wrong, or is there a simpler way? Thank You --~--~---------~--~----~------------~-------~--~----~ 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 symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---