Hello everyone,
I'm developing a multilingual website. I read menus from db
E.g : Contact - en
Kommunikation - de
I have contactController.cs
[Route(“{LangCode}/contact”)]
[Route(“{LangCode}/kammunikation”)]
..............Task Index()
return View()
I dont want this usage.
If i have 5 language, I read menu names from table
And create dynamic routes and redirect contactconroller
I use .net core 2.2
I'm developing a multilingual website. I read menus from db
E.g : Contact - en
Kommunikation - de
I have contactController.cs
[Route(“{LangCode}/contact”)]
[Route(“{LangCode}/kammunikation”)]
..............Task Index()
return View()
I dont want this usage.
If i have 5 language, I read menu names from table
And create dynamic routes and redirect contactconroller
I use .net core 2.2