Hi guys,
I am use in .net core 2.0 project, and use the internal version 2017.2.823, but I find a problem is the culture setting is not work. I want to use the chinese culture and messages.
In _Layout.chtml I include the kendo js files and style files like this:
<script src="~/lib/kendo-ui/js/kendo.all.min.js"></script>
<script src="~/lib/kendo-ui/js/cultures/kendo.culture.zh-CN.min.js"></script>
<script src="~/lib/kendo-ui/js/kendo.aspnetmvc.min.js"></script>
<script type="text/javascript">
kendo.culture("zh-CN");
</script>
Please help me, thanks.
Regards
Train