I use Grids with both popup and inline editing. My application is in English and I have not configured any localization at all. I have the problem of unwanted localization when editing, buttons (inline and popup) and Window header (popup, see image) are getting localized. In my case with Swedish translations. It seems to be the same as the server Windows setting. If I use a client with English OS and settings, the popup is still in server localization. If I install on a English OS, the buttons and headers are in English.
This always shows "en-US" as result, whatever combination of Swedish/english server/client browser I use.
var culture = kendo.culture();
console.log(culture.name);
How do I turn off this "default" OS unwanted localization and make everything in English regardless of OS language?