messages.foreColor String (default: "Color")

The title of the tool that changes the text color.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    foreColor: "Color"
  }
});
</script>
In this article