Andy9999

Results 10 comments of Andy9999

That is a great name for the setting! Thank you.

Yes, I just checked the most up-to-date Ajax.cs version. But I haven't tried it yet on a fresh DNN install.

I would have a patch for this issue that I could submit in case anyone is interested in this. Can anyone, running multiple languages, using modules that include Ajax and...

I will test it one more time as a lot of time has passed, but if I remember correctly it also would occur if CDN is disabled. The fix would...

True. :) That's exactly what I did so far in my custom build. I hope I can get to this next weekend. Best regards & happy DNNing Andy9999

A tiny update. This is the URL to Ajax being used: https://ajax.aspnetcdn.com/ajax/4.6/1/MicrosoftAjax.js There is a folder below with the name globalization and inside there is for example a file "fr-FR.js"...

Here is some interesting documentation about globalization support in ASP.NET AJAX applications: https://docs.microsoft.com/en-us/archive/msdn-magazine/2008/january/globalization-support-in-asp-net-ajax-applications According to that article, setting EnableScriptLocalization to true (the default) should cause the following to be included...

Hm, seems I found another piece of the puzzle here: https://developercommunity.visualstudio.com/t/404-error-in-browser-console-if-i-set-scriptmanage/538213 "This is an unfortunate side effect of ScriptManager enabling localization by default. Microsoft does not produce localized versions of...

LOL. Case closed -> https://github.com/dotnet/AspNetDocs/issues/594

Maybe referring me to StackOverflow was helpful: https://stackoverflow.com/questions/817046/what-about-script-globalization-of-microsoftajax-js-in-asp-net-mvc Documenting it properly would have been even more helpful in the first place. Looks like a bug to me. But anyways. At...