Hi all,
how to set the language before doing page->render().
I want to receive the whole page as string in the selected language, but it always returns the default language:
kirby()->setCurrentLanguage("en");
$resultStr = $page->render();
How to handle this?
thanks alot!