I was trying to use a field collection for the slideshow, with one field for the image and other field for the caption. I realized that caption wasn't showing, and it was because field_slideshow expects the sub-field to be in the same language as the fieldcollection, not taking care of LANGUAGE_NONE fields, which is the recommended configuration for multilingual sites (translatable fieldcollection and non-translatable sub fields).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vidorado’s picture

Here a patch that solves this, getting the value of a LANGUAGE_NONE caption field.

csedax90’s picture

I've a problem... if i've 2 fields, one is a image who is not translatable (because is equal to all languages) and i've a description translatable, the image is UND and it's not recognized...

Colton3310’s picture

En, it cannot support various languages.

lamp5’s picture

Issue summary: View changes
Status: Needs review » Closed (works as designed)