Skip to content

registerLocale(locale, locales)

registerLocale 用于扩展多语言。

参考

typescript
(
  locale: string,
  locales: {
    time: string
    open: string
    high: string
    low: string
    close: string
    volume: string
    change: string
    turnover: string
  }
) => void

参数

  • locale 扩展语言名称。
  • locales 语言配置。

返回值

registerLocale 返回 undefined

用法

初始化时使用

动态设置