Base solution for your next web application
Open Closed

Localization #236


User avatar
0
hans abelshausen created

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)
  • User Avatar
    0
    daws created

    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 :)

  • User Avatar
    0
    hikalkan created
    Support Team

    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.