Hey all, Just trying to build a quick language switcher for a V12 site utilising culture variants.
Part of our language switcher intends to use a little flag icon from the wwwroot folder, but for the life of me I cant figure out how to access the Root URL "Without" the culture attached to build the URL for this flag svg.
I thought it would be the case of passing into the Url() method "culture = null" but this still returns the current culture of the site.
Any ideas how I can access the root url without the culture segment?