Re: dynamic internationalization -->multilanguage website

2007-09-22 Thread cakeFreak
Cheers guys, I also found the new P28n behavior tutorial and code very usefull for static translation/lang switch. http://bakery.cakephp.org/articles/view/p28n-the-top-to-bottom-persistent-internationalization-tutorial dan On 11 Set, 08:25, the_woodsman <[EMAIL PROTECTED]> wrote: > Unless I've

Re: dynamic internationalization -->multilanguage website

2007-09-10 Thread the_woodsman
Unless I've misunderstood, I think what you are looking for is the Model Translate behaviour, a related part of the new internationalisation features of 1.2. On Sep 10, 6:11 pm, francky06l <[EMAIL PROTECTED]> wrote: > Well you can use the current language ('Config.language') to set it in > y

Re: dynamic internationalization -->multilanguage website

2007-09-10 Thread francky06l
Well you can use the current language ('Config.language') to set it in your DB and then use the current language as a condition when querying. In anyway that will force the user to enter his post in the language he decided to display the page ...Unless you can detect the language from the fields i

Re: dynamic internationalization -->multilanguage website

2007-09-10 Thread cakeFreak
hey guys, sorry for my late replay, and cheers for your help. I'll try to be less cryptic. Let's take a multilingual website with a specular section in language 1 (italian), and language 2 (english). When in other circumstances I was in this kind of situation I used to add an extra "language fi

Re: dynamic internationalization -->multilanguage website

2007-09-07 Thread dardosordi
Look at the "How to add i18n support?" section. in http://groups.google.com/group/cake-php/web/frequent-discussions . On Sep 7, 1:46 pm, francky06l <[EMAIL PROTECTED]> wrote: > I do not really understand "I mean for example retrieving/storing a > post content in English or > another language depe

Re: dynamic internationalization -->multilanguage website

2007-09-07 Thread francky06l
I do not really understand "I mean for example retrieving/storing a post content in English or another language depending on the stored locale in sessions. ".. If the post is entered only once you'll have one occurrence of it. i18n will not translate your captured data in cake. The user can choo

dynamic internationalization -->multilanguage website

2007-09-07 Thread cakeFreak
Hey guys, cheers for the clues on how to use l10n (http://groups.google.com/ group/cake-php/browse_frm/thread/1edcbbaed20657b9/13afbe9841b91314? #13afbe9841b91314). This will be super in order to handle static language messages. But what about retrieving content in database for different langua