I am using the Globalize jQuery plugin to have globalization (correct number and date formats) on the client side in my MVC website. So I have downloaded that plugin and included the following javascript files after the validation js files themselves (I have tried putting the Globalize file before as well without any luck):
<script src="/Scripts/globalize.js"></script>
<script src="/Scripts/jquery.validate.globalize.min.js"></script>
<script src="/Scripts/globalize/globalize.culture.da-DK.js"></script>
But when run the application, I get the error
Globalize.addCultureInfo is not a function
I cannot figure out what the reason is
Maybe because the function addCulterInfo is not defined on globalize.js file. I used somthing like that on one of my projects sometime ago. I hope it helps: