Hi peper

> Hi. I'm developing a Flash site using CakePHP+AMFPHP as a server back-
> end. The site will be multilingual. What would You suggest to do this?

I am working on a site with this requirement too.  My solution:

I Googled PHP i18n solutions.  I now have a function that is similar to 
the Cake i18n component, except that it keeps the translated text in a 
database, rather than in translation files.

This means that the piece/s of text retrieved from the database are set 
according to the user's web browser's default language.  I implemented 
this about 11 months ago, so didn't have the benefit of recent Cake 
development.

If I were you I would have a look at i18n.  This stuff has all been done 
before, so no need to re-invent the wheel.

Regards,
Langdon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to