Now TAP has functionality for multilingual tours, I am trying to export a tour as a multilingual tour.
- I create a tour node, translate this node in another language
- I create stops, and create translations for that stops in the named tour
So far, that works fine.
But when doing an export as bundle or doing an export as xml, I don't get get correct stops. That means:
- Stops are not labeled with their correct language (lang="nl")
- Translated stops are not appearing, only the original stops
Two questions:
- is translating individual stops the right way to create a tour in another language?
- If so, is the code correct in requesting the correct translation of a node, and is the language for a tour correctly transfered to function that builds a stop?
Now TAP has functionality for multilingual tours, I am trying to export a tour as a multilingual tour.
So far, that works fine.
But when doing an export as bundle or doing an export as xml, I don't get get correct stops. That means:
Two questions: