修改 High stock 中 Range selector 的文字

Modify the text of Range selector in high stock

我在 Highstock 图表中使用范围选择器,但我不知道如何更新图像中范围选择器按钮的文本(文本:"zoom")。

请帮帮我。

设置rangeSelectorZoom选项,像这样:

Highcharts.setOptions({
  lang: {
    rangeSelectorZoom: "Test"
  }
});