How can I find the correct SEF url of an Menuitem, based on its ID?
$link = JRoute::_( $menus->getItem( $id )->link.'&lang='.$languages[ $code ]->sef, true );
delivers something like:
http://localhost/<path>/component/content/?view=featured
but what i want is the url generated from the menu, which is:
http://localhost/<path>/<lang-sef-code>/<path>
How can I achive this?