I am currently developing a website with ASP.NET in which I need to display dates.
The website is hosted in windows azure. When I test my website in local (on my personal computer with the azure emulator), the dates are displayed in French (and this is what I want). But, when I publish and test on azure, the dates are displayed in English. This is a recent problem, it was working some days ago.
I haven't work on the dates themselves, but some packages have been updated (using nuget package manager) on a computer configured in English. I don't know whether it could have an impact.