Hi,
i have developed site which has two language
english and spanish
now my routing rule something like below
news:
url: /news
param: {module: news, action: list}
I want to do something like below.
now when url explore site in english that time in url => http://localhost/project/news
and when url explore for site in spaining that time in url => http://localhost/project/noticias
So how can i do this ?
Thanks in advance
