Hi,
I try to use Translate Behavior.
I already create i18n table.
I have product model and set
var $actsAs = array(
'Translate'=>array(
'name', 'short_desc', 'long_desc', 'features',
'specification'
)
);
For my product model i already set $locale = 'fra' (for french) or
$locale = 'ara'(for arabic).
Then i try to insert a product.
Product is added successfully and related records also inserted in
i18n table but with the same name as i enter in english.
Not translated.
I can't figure out the problem.!
Please help me to sort this problem.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---