Hi,
In all my projects using kendo, I have a problem with the culture. I set the culture in french but sometimes, the culture come back in english. So what I did exactly, in my main layout, i set the cultre like this : <script> kendo.culture("fr-FR"); </script> and in my references I included Kendo.Mvc.resources.
Did i forget something ?
Thanks by advance
5 Answers, 1 is accepted
Would you please verify that the kendo.culture.xx-xx.min.js files are also included, as described in the Globalization article?
Regards,
Alexander Popov
Telerik

Yes, in my bundle included :
BundleTable.Bundles.Add(new ScriptBundle("~/bundles/kendo").Include(
"~/Scripts/kendo.all.min.js",
"~/Scripts/kendo.aspnetmvc.min.js",
"~/Scripts/cultures/kendo.culture.fr-FR.min.js",
"~/Scripts/jquery.unobtrusive-ajax.js"
));

Some parts are all time in french as in the attach file, but the button from the bottom can be in french or english randomly.
I am not sure what causes this and so far I was not able to reproduce it. I would suggest trying to include the fr-FR messages file from our CDN. If that does not work either I would ask you to provide the exact steps to reproduce this or a sample project where it occurs.
Regards,
Alexander Popov
Telerik
