Create a view to display content of a taxonomy term, which also displays the taxonomy term as the page title in the correct language
Posted by freeform.steph on September 10, 2010 at 3:04pm
By default, taxonomy pages display content in chronological order, and this is not customizable unless you update the core module.
To get around this, create a view with taxonomy term as the argument, simple (if you're new to views and arguments, check-out this tutorial video: http://gotdrupal.com/videos/drupal-views-arguments).
In the argument settings, if you enter %1 as the title override, the page title will become the Taxonomy term of the taxonomy id argument, BUT this method fails to show the translated string if you're not viewing the page in the default language.
Read more