Hi, Hello everyone, a php framework newbie here looking for some advice!
I am just migrating a site i built myself into CakePHP. It is a multi language site which was run by checking the domain tld and getting the relevant text based on the country tld from the database i.e. www,mydomain.com and www.mydomain.se. From reading the 2.x documentation on il8n it seems Cake works off a .pot file and not from the database. This would work for alot of the site but how does it work when i have a blog setup and need it to run independently for the two separate site languages. Is it possible when setting up my database to have both languages in the same database tables and use a language prefix on each field and then in my code output the correct language dependent on the on the site tld? Thanks -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
