Multilingual from Code
Permalink
The following code show select control but doesn't work when changing selection.
$bt = BlockType::getByHandle('switch_language');
$bt->render('view');
How to use language selection with label?
$bt = BlockType::getByHandle('switch_language');
$bt->render('view');
How to use language selection with label?