I've considered using gedmo for the website I'm working on right now to make some entites translatable. My question now is what if that specific user sets his locale to french and that not all translatable entities are translated to french? What will happen when I try to retrieve entities specifying a locale and it doesn't exist for some records ?
Asked
Active
Viewed 258 times
2
-
2They fallback to the default language version. – meze May 22 '12 at 08:28
-
thank you for that answer :) post it so I can accept it ;) – Michael De Keyser May 23 '12 at 07:10
1 Answers
0
Answer was in the comment for a year and a half:
They fallback to the default language version.
– meze

Michael De Keyser
- 787
- 1
- 17
- 45
-
It would be great if you added a source for ur answer just to make it more complete ;) – Songo Feb 05 '14 at 09:07