Hi, I have little problems,changing the language at the top of my page. If I switch the language to french, the site is doing a refresh, but the language of the labels has not changed. If I hit CTRL F5, the new language of the labels appear. What I'm doing wrong?Is this a caching problem and how can I solve this?
2 Answer(s)
-
0
For info to hikalkan, I've also the same problem.
I've disabled the browser's cache on my DEV machine, so there is no problem. But for other machines, old cache still apply after switching language :)
-
0
Hi,
Yes, browsers may cache .cshtml files. We have an issue for that: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/311">https://github.com/aspnetboilerplate/as ... issues/311</a>
We may include a timestamp to querystring to prevent it. That's not specific to ABP but it will be good to include it to ABP.
Thanks.