messages.bold String (default: "Bold")

The title of the tool that makes text bold.

Example

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