Hi all,
i have a strange problem with getting a value from a select in the second language.
page($second_page->urivalue())->title()->html()
This is how i get the title from a select value in the main language.
$second_page->urivalue() (select value) this returns the uri of the page “/second/second_page” from which i want to get the title.
When i switch the language also the uri changes but i am not getting any title?
thx for help