On multilanguage site I use the same content type for two languages (simple content translation with in18.module).
At the "Stories" menu item I display the the story contents.
I've another menu item "Other Lang. Stories" which only appear when I turn the Language switcher ("Stories" menu item disappear). There I display only the translated story contents.

On the Node breadcrumb settings page I'm able to set this rules:
1. Content type: Story Condition: $node->language == 'en' Menu item: Stories
2. Content type: Story Condition: $node->language == 'other language' Menu item: Other Lang. Stories

With this rules works fine the breadcrumb on my multilanguage site.

That would be a nice feature to put there somewhere a dropdown laguage selector filled up width enabled laguages which is default setting Language neutral or All.

tnx

Comments

Benwick’s picture

Version: 6.x-1.0-beta5 » 6.x-1.0-beta6
Benwick’s picture

Category: feature » bug

Still not workin' in this version if I try to make that language selection with PHP code on forum and event contents.
However the translated menu breadcrumb perfectly appers on blog contents if I use the PHP conditon.. :x

Ryan Palmer’s picture

Having the $language global available may be even more helpful as content can be language neutral, but the interface can't be language neutral.