Open mmsergi opened 3 years ago
This feature looks interesting. Have you found a workaround?
I am also looking for a way to achieve this.
What is needed from my perspective is a method that returns the current url in a language provided by param,
like this.localizeRouterService.translateCurrentUrl('en)
As far as I have seen, method changeLanguage does something similar, but also changes the language and navigates.
Would it be possible to implement
in LocalizeRouterService ?
Is there any plans on implementing this?
Hi! I want to set up some SEO tags for different langs like:
The unique method that seems to exist is "translateRoute" but only returns the current lang url.
My problem is I can't access at the same time to both href (url), is there a way to get it?
Thanks community.