Skip to content

Multisite language switch redirects back to homepage. #6979

Discussion options

You must be logged in to vote

Use the locales tag instead.

https://statamic.dev/tags/locales

@foreach(Statamic::tag('locales')->id($id) as $item)
    <li><a href="{{ $item['permalink'] }}">{{ $item['locale']['name'] }}</li>
@endforeach

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@japgroevemaker
Comment options

Answer selected by japgroevemaker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants