I have several i18n fields in my advertisement model, for example
title and description.

When a user submits an advertisement, he / she has to complete those
fields in their own foreign language and in English. For example: if a
German user submits, he / she has to complete it in DE and EN. A
French user has to submit in FR and EN, an English user only in EN.

But now I have a problem. When a Dutch user (with language NL) views
an advertisement submitted by a French user (FR and EN submitted), the
Dutch user sees no title and description. That's because no NL title
and description are submitted.

Here comes my question:
How can I say to Symfony that if the chosen language (NL) is not
available, it automatically has to take the submitted values for EN?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to