A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Actually my question is about the link. How do I form the HREF in order to make it showing correct route according to the language e.g.
<a class="nav-link" href="@CultureInfo.CurrentCulture.TwoLetterISOLanguageName/@_localizer["Route_Contact"]">@_localizer["Link_Contact"]</a>
Thank you Solved. Thank you!