Re: multi-language support with different fields suffix

2009-04-08 Thread Elavazhagan chidambaram
see the articles. and then fallow step by step

http://book.cakephp.org/view/161/Localization-Internationalization

On Tue, Apr 7, 2009 at 9:49 PM, brian  wrote:

>
> See this article:
>
>
> http://www.palivoda.eu/2008/04/i18n-in-cakephp-12-database-content-translation-part-2/
>
> On Tue, Apr 7, 2009 at 8:46 AM, r zhuang  wrote:
> > I need to design a site with different language support. For example,
> when
> > somebody login in Germany, the system will show each field in Germany.
> When
> > somebody login in English, the system will show each field in English.
> >
> > I plan to design a table like this
> > [id, lang, content_en, content_gr, content_fr]
> >
> > The suffix of content will correspond to the selection of lang field.
> >
> > How to make this work? Anybody got any experience?
> >
> > Thanks,
> >
> > >
> >
>
> >
>

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



Re: multi-language support with different fields suffix

2009-04-07 Thread brian

See this article:

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

On Tue, Apr 7, 2009 at 8:46 AM, r zhuang  wrote:
> I need to design a site with different language support. For example, when
> somebody login in Germany, the system will show each field in Germany. When
> somebody login in English, the system will show each field in English.
>
> I plan to design a table like this
> [id, lang, content_en, content_gr, content_fr]
>
> The suffix of content will correspond to the selection of lang field.
>
> How to make this work? Anybody got any experience?
>
> Thanks,
>
> >
>

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



multi-language support with different fields suffix

2009-04-07 Thread r zhuang
I need to design a site with different language support. For example, when
somebody login in Germany, the system will show each field in Germany. When
somebody login in English, the system will show each field in English.

I plan to design a table like this
[id, lang, content_en, content_gr, content_fr]

The suffix of content will correspond to the selection of lang field.

How to make this work? Anybody got any experience?

Thanks,

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