It is probably trying a relative path instead of the absolute path for your CSS file. Instead of /style.css it will now try /fr/style.css. (Don't know where you style file is. Try to prefix the style with ~ in your razor to make an absolute path: ~/pathtostyle/style.css
Problems with css styles in multilanguage
Hello, when I change the language, it doesn't find the styles. Where do I go wrong?
Italian: https://www.progettoracine.it French: https://www.progettoracine.it/fr
Thanks
It is probably trying a relative path instead of the absolute path for your CSS file. Instead of
/style.css
it will now try/fr/style.css
. (Don't know where you style file is. Try to prefix the style with~
in your razor to make an absolute path:~/pathtostyle/style.css
I solved it! It was not published "Settings" in the French language. Thanks
is working on a reply...