views:

16

answers:

0

I have the following models : Post hasMany Tag. I use the translate behavior on the Tag model and it works correctly when I do a find all on the Tag model (add and edit also works).

I set the language in the beforeFilter of the app_controller.

Should cake return my translated field when I do a find all of the Post model because I have nothing right now?