i want to change the labels/button labels,view names and other texts in scheduler to a given language. And as you have mentioned in your posts i set a culture for my scheduler
This is how i did it.
eg: kendo.culture('zh-CN');
will this be enough?? Do i have to create the localization file too. If so is there ay proper place to find these localization files and where should i store the file?