Source code: https://github.com/saaratrix/asp.net-core-mvc-localized-routing
Table of content:
Abstract
A localized routing solution using ASP.NET Core 2.1 MVC. The implementation uses attributes on the controllers and actions to determine the localization for each culture. A convention is added in Startup.cs to iterate over all the controllers and actions to set their cultural routes based on the [LocalizationRoute] attributes.