i have core user profile module installed. user profile includes a category field (as select list). this select field is translated through i18n and in user profile pages it's displayed properly in different languages.

though when rendered in a user view this field does not change according to the current language. it looks like views ignore the translation of the field.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Views only supports core translation mechanisms. Items translated separately are not supported by Views unless that translation mechanism also extends the Views support.