Globalization test

by krustev

HTML

<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.1.322/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.1.322/styles/kendo.default.min.css">
<script src="http://cdn.kendostatic.com/2012.1.322/js/kendo.all.min.js"></script>
<script src="http://demos.kendoui.com/content/web/globalization/cultures/kendo.culture.fr-FR.js"></script>
<script src="http://demos.kendoui.com/content/web/globalization/cultures/kendo.culture.en-GB.js"></script>
<script src="http://getfirebug.com/firebug-lite-debug.js"></script>

JavaScript

kendo.culture("en-GB");

var culture = kendo.culture();

console.log(culture.calendars.standard.patterns);