Create URL to language switcher anchor with langhandler

1 1
2
Viewed: 14 413 times
Version: 1.1
Category: Tips
Written by: Anas AbuDayah Anas AbuDayah
Updated by: Anas AbuDayah Anas AbuDayah
Created: May 22, 2014
Updated: 12 years ago

This topic is related with langhandler extension

I'm actually find this solution and this is work in all cases and any page:

I just pushed the lang parameter to $_GET array and this is work, So please if you have better solution or any comment please share it with us.

Input:

$_GET['lang'] = 'en';
$url = $this->createUrl($this->id.'/'.$this->action->id,$_GET);

Output: ~~~ [html] English ~~~