Hi there, I’m wondering if there is a way to sort languages with a specific order in a language switch navigation? When I use this snippet, everything works fine, but the order is alphabetical and I need a custom order > default language, secondary, third. I also tried flip() but the result is not what I want.
Ideally I would define the order in /site/languages/... like this:
Thanks @texnixe, I guess my case in not so common When I try to implement your solution I get this error Call to a member function code() on null on this part:
foreach($orderedLanguages as $language) {
echo $language->code();
}