Hey,

@msujlt: you should always 'name' your tanslated fields, but I think
cake does not force this.
You then should remove the old field from the table (e.g. table
attachments, field title).

When you SAVE your racords (add/edit), you have to set the locale for
your model:
$this->Attachment->locale = 'eng';

Note: I don't know what locales are defined in your app. Also, there
can be differences when your locales are build like "en-gb", the
locale will be "eg_gb".
Try doing that, it will work but I guess you'll have to test it out
with the locales of your app...

-- 
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

Reply via email to