Hi,
I've stumbled upon a problem implementing the messages and culture into my Kendo UI scheduler.
I've followed http://demos.telerik.com/kendo-ui/scheduler/localization, and was able to change the language - but there is still a few things that doesn't change such as "Owner" in the popup-window when I create a new event. I've search through the messages file and can't find it there.
----------
resources:
[{ field: "ownerId",
title: "owner",
dataSource:
[{ text: "Alex", value: 1, color: "#f8a398" },
{ text: "Bob", value: 2, color: "#51a0ed" },
{ text: "Charlie", value: 3, color: "#56ca85" }]}]
So i've tried to implement the "Owner" into the messages.js file, but it doesn't work. Here is what I've done so far:
editor:{owner:"Owner",title:"Title" .........}
Im quite new to this and was wondering if someone would care to give me a hint on what I'm doing wrong? :-)