In CakePHP 1.2 the function gettext is implement. You can write in
cake/local/LCMESSAGE/DEU/ in the core.po datei your msgid and
msgstring. Call msgfmt core.po >core.mo. Change in your view the
source (your msgid) like __('msgid') thats all.
http://www.gnu.org/software/gettext/
its realy simple
KathrinOn 31 Jan., 16:52, "palPalani" <[EMAIL PROTECTED]> wrote: > hi, > I have found solution for implementing multilingual static content in > CakePHP 1.2. I want to know, how to use database based multilingual > content. please help me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
