I'm looking for somebody how can show me how to setup a simple example of how to do the following:
The thing I want is for example the following structure:
I've got a few dictionaries and words in it, so the url should display:
Dictionaries/Dictionary1/Exampleword1
Dictionaries/Dictionary1/Exampleword2
Dictionaries/Dictionary2/Exampleword1
When I use the localization module and click on another language, the urls should display:
Woordenboeken/Woordenboek1/Exampleword1
Woordenboeken/Woordenboek1/Exampleword2
Woordenboeken/Woordenboek2/Exampleword1
So the words don't change (at least not by changing the main language), but the names of the dictionaries do.
And ofcourse, The menu scructure would display the following when having Exampleword1 opened:
* Dictionaries
* Dictionary1
So the Exampleword1 itself is not in the menu, but the menu must stay open on the dictionary the word belongs to
And when I hit the translate button the menu should display:
* Woordenboeken
* Woordenboek1
The content of the word must not be translated, but the other text in node does.
The same for the breadcrumb. When having Exampleword1 opened it must display:
Home-->Dictionaries-->Dictionary1 (and not more)
And when I click the translate button it must display
Thuis-->Woordenboeken-->Woordenboek1