trying to adjust $page->url() links to work with multi language … should be $page->url($language->code()) i was using the kirby()->language()->code() method but i always seem to end on the default language. investigating a bit further it seemed when dumping the language that regardless of me accessing the page though
the failing code is literally just: <?php $language = $kirby->language(); ?>
in 3.2.3 it gives de or en depending on path being / or /en as set up and expected.
in latest plainkit it gives de in all cases and pages below /en are delivered as german error page. as it works fine with the older kirby, i am quite confused, did i miss a setup here?
Yes, you can assign subdomains per language. In what way does it take control away? You can also set 'url' => NULL for the non-default language, should have the same effect.