A client’s website is multilingual with 3 languages. They want 2 of those languages already activated when launching the website. The 3rd language won’t be online for some time. They already want to fill in the translated content for the 3rd language but just not display it as a language option for visitors on the website.
Best case would be: the website launches with 2 languages and whenever they’re ready with the 3rd language they email me and I activate it. So, is it possible to temporarily disable language in the front end but keep it in the back end?
Also language related: if I have multiple languages but for one field only want to output the translation of a specific language, does something like this exist?
<?php foreach($page->markers()->translation('de')->toStructure() as $marker): ?>
or something like:
<?php foreach($page->translation('de')->markers()->toStructure() as $marker): ?>