Postponed
Project:
Iso 639
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Sep 2010 at 21:00 UTC
Updated:
2 Mar 2011 at 20:15 UTC
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
Comment #1
omissis commentedThis 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.