Link in Writer Field links to wrong page language

Hi there

I have a multilanguage setup and if i try to link a page inside a writer field on a secondary language. In the Frontend the url always links to the default language and not as expected to the language i created the link.

Found out. The link, no matter what language is still the same document:

https://domain.xxx/@/page/YBdv0jpsLij8aH94

do i need to config some stuff to get it work properly?

This is a known issue: [V4] UUID permalinks always redirect to default language page · Issue #5551 · getkirby/kirby · GitHub

Maybe you can fix it if you call `$field->permalinksToUrls() | Kirby CMS on the field value.

Thank you @texnixe! i did not see the issue on github sorry.
It seems to work if i call:

$block->text()->permalinksToUrls()