mgrunert
I'm new here

language dependent menu order

Hello,

currently we have the problem, that we want two different orders for the nth. menu level for two different languages.

Imagin that e.g. the 3rd level menu contains country names, which should be different sorted in german and english.

Is this possible

0 Kudos
1 Reply
feddersen
Community Manager

The navigation function doesn't allow this, but you could:

  • write the 3rd level menu entries into a list and perform a sort on it before rendering it
  • OR write a small script that gets the parent node and iterates over the 3rd level nodes, write them to a list, sort the list and return it to the template
0 Kudos