ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,614 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
mysite.com/de/home
Thank you
that's your call.
normally culture is stored in a cookie, so a link without culture specified in url would display in the users preferred language. the question is what should happen if the link is sent to another user. do you want the new user to see the page in their language or the language of the user sending the link?
localization in Blazor:
https://learn.microsoft.com/en-us/aspnet/core/blazor/globalization-localization?view=aspnetcore-8.0