Elianora,

This is a French tutorial for Internationalization, have a read of
this. This should help you with the basics

http://www.formation-cakephp.com/41/multilingue-18n-l10n

As for database content, I wouldn't suggest using the I18n in CakePHP
with database queries as it is quite difficult to use. I read this
tutorial and used the behavior model from this website. It is a lot
simpler and cleaner to use.

http://www.palivoda.eu/2008/04/i18n-in-cakephp-12-database-content-translation-part-2/

Hope this helps.

On Feb 6, 5:05 pm, Elianora <[email protected]> wrote:
> here is my test file, located in "app/locale/fre/LC_MESSAGES/
> default.po" :
>
> msgid "welcome_text"
> msgstr "Bienvenue sur le site de test de"
>
> msgid "test_by"
> msgstr "Les tests ici présents sont réalisés par"
>
> msgid "user_mgt"
> msgstr "Gestion des utilisateurs"
>
> I tried to name the language dir "fr", "fr_FR", "fra" but it does
> nothing...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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