[Catalyst] Catalyst job

2009-10-12 Thread Larry Leszczynski
FYI, the company I work for is looking for a full-time Catalyst developer: http://jobs.perl.org/job/11108 I'm just passing along the info - if you're interested, please reply via the email address in the posting, not to me (or the list) directly. Thanks! Larry

Re: [Catalyst] Choosing the language

2009-10-12 Thread Larry Leszczynski
Hi (again) Octavian - Is there a recommendation for storing the language ID in the URL in order to be as easy to get it from there? I want to have unique links for each URL, so I can't just put it in the cookies. Using ?lang=EN seems to be the easiest way, although it doesn't look

Re: [Catalyst] Choosing the language

2009-10-12 Thread Tomas Doran
On 12 Oct 2009, at 22:30, Octavian Râşniţă wrote: Is there a recommendation for storing the language ID in the URL in order to be as easy to get it from there? Catalyst::TraitFor::Request::PerLanguageDomains Cheers t0m ___ List:

Re: [Catalyst] Choosing the language

2009-10-12 Thread Bill Moseley
2009/10/12 Octavian Râşniţă orasn...@gmail.com Hi, Is there a recommendation for storing the language ID in the URL in order to be as easy to get it from there? I want to have unique links for each URL, so I can't just put it in the cookies. Using ?lang=EN seems to be the easiest way,