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 was archived by the owner on Nov 3, 2022. It is now read-only.
As I am using a custom scaffolder, it would be much easier if the translations would be replaced by a route attribute on the controllers/actions.
Something like:
[LocalizedRoute("{culture}/services/contact-us", "en-CA")]
[LocalizedRoute("{culture}/services/nous-joindre", "fr-CA")]
Is this something that is already supported? If not, is there another way around to meet my goal and can this feature be added?