mikehaertl / localeurls

Automatic locale/language management for URLs
10 stars 3 forks source link

$this->route ? #5

Closed izemize closed 11 years ago

izemize commented 11 years ago

Hy!

$this->route has return url without language code. So return "/user/my" not "/en/user/my". Thats bug or new feature?

mikehaertl commented 11 years ago

Why would you expect the language to be part of a route? A route identifies the active controller + action. No language involved here. You can obtain the language through Yii::app()->language.

izemize commented 11 years ago

clean