I use in frontend internationalization. Problem is in backend. Set in
settings.yml in backend:
default_culture: pl_PL
doesn't work - it returns empty values from database from columns in
xxxTranslation models.
Next try: default_culture: pl
works better it often returns values from database from columns in
xxxTranslation models but they are sometime in language pl and
sometime in language en. Unfortunately this also sometime return empty
values, then as I use using $this->getUser()->getCulture() I have
culture: sf (I don't know why - I don't have that culture) and it
saves in database empty records with lang sf.

-- 
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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/symfony-devs?hl=en.

Reply via email to