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
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
a method that provides the current, untranslated route
an additional, optional param "lang" to method translateRoute so we can translate a route into any language
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.
The text was updated successfully, but these errors were encountered: