Re: [Catalyst] transforming a Catalyst uni-lang app into a multi-langone

2007-10-19 Thread Zbigniew Lukasiak
On 10/19/07, Brian Cassidy <[EMAIL PROTECTED]> wrote: > Octavian Rasnita wrote: > > From: Jonas Alves > > > Why not use $c->uri_with(lang => $lang) ? > > > > Thank you. I didn't know about $c->uri_with. > > Actually, it's $c->request->uri_with(). > He can also use the third parameter to uri_fo

Re: [Catalyst] transforming a Catalyst uni-lang app into a multi-langone

2007-10-19 Thread Brian Cassidy
Octavian Rasnita wrote: From: Jonas Alves > Why not use $c->uri_with(lang => $lang) ? Thank you. I didn't know about $c->uri_with. Actually, it's $c->request->uri_with(). -Brian ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys

Re: [Catalyst] transforming a Catalyst uni-lang app into a multi-langone

2007-10-19 Thread Octavian Rasnita
From: Jonas Alves >> I don't know how to do that, because in the templates I might be able to get >> the URI of the current web page, but I don't know how to search if the URI >> contains something like lang=en and change it with lang=fr, or if it doesn't >> contain that and