The datapicker and the localization of names in the datapicher are connected to the site.
<script src="/Scripts/bootstrap-datepicker.js"></script> <script src="/Scripts/bootstrap-datepicker.ru.js"></script>
an error is displayed in the browser console
Uncaught TypeError: Cannot read property 'dates' of undefined bootstrap-datepicker.ru.js:6 (anonymous function) bootstrap-datepicker.ru.js:6 (anonymous function)
and Russian names are not displayed, all English
JQuery version <script src="/Scripts/jquery-1.8.2.min.js"></script>
,
version changes on 1.10.2 did not help
What is the error and how to fix it?