It would be nice if ISO 639 fields could be used in Views. I'm specifically interested in a language filter, but it would also make sense to use as argument or sort.

Comments

omissis’s picture

Assigned: Unassigned » omissis
Status: Active » Postponed

This issue should have been addressed by the latest version on the git master branch, which should be released as beta2 as soon as I'll fix some compatibility issues with the epub module. Basically the iso_639 field became a cck field/widget instead of a form element, making it available (in a basic form) in views. This integration is not too user-friendly though, since you have to specify language codes in filters and ordering might not be the one expected since it'll be code-based(en, ja, fr, it, ...) and not label-based(English, Japanese, French, Italian, ...), which can lead to unexpected results in some cases. More on this later anyways.