Text block, page links multi language not working. (K4.12)

Hi there!
I have a multilanguage (de/en) website (K4.12) where I use text blocks. When I mark some text on a translated English page to set up a link to another translated page, I can choose between URL, page, file, email, etc. If I choose ‘page,’ I can select one of my pages. It shows on the website like this: /@/page/K7H0PSLHxL5RBgW, but it refers to the original German page, which is in the root.

If I enter the address manually as /en/neue-website, then it works and shows the English translation with the URL: /en/new-website.

Do I miss something?

No, that is a known issue. You can work around this by calling [permalinksToUrls()](https://getkirby.com/docs/reference/templates/field-methods/permalinks-to-urls) on the text field inside the block snippet.

We are working on a solution.

Okay, Thanks! Case closed then.