i try to add this coding
$r = $_SERVER[‘REQUEST_URI’];
$r = explode(‘/’, $r);
$r = array_filter($r);
$r = array_merge($r, array());
$endofurl = $r[1];
if($endofurl==’hi’)
{
$home = __(‘????? ?????’, ‘weblizar’ ); // text for the ‘Home in Hindi’ link
}
elseif($endofurl==’ur’)
{
$home = __(‘???’, ‘weblizar’ ); // text for the ‘Home in Urdu’ link
}
else
{
$home = __(‘Home’, ‘weblizar’ ); // text for the ‘Home in English’ link
}
but didnot work