You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
If I try to access en/dummyen it works fine. However if I try to access, directly by modifying the url fr/dummyfr it doesn't work. Which is normal since I would need to do a this.i18nRouter.changeLanguage('fr');
I am just not sure how to do this. Is this something I should be able to do ?
The text was updated successfully, but these errors were encountered:
fulls1z3
changed the title
Access route based on language set in url
access route based on language set in url
Jan 7, 2018
I have followed your guide which is great.
However, I have something not working. Basically, my router looks like this:
and in my routes.json:
app.component.ts
If I try to access en/dummyen it works fine. However if I try to access, directly by modifying the url fr/dummyfr it doesn't work. Which is normal since I would need to do a
this.i18nRouter.changeLanguage('fr');
I am just not sure how to do this. Is this something I should be able to do ?
The text was updated successfully, but these errors were encountered: