返回介绍

tinymce-util-I18n

发布于 2019-05-06 06:49:57 字数 2958 浏览 1142 评论 0 收藏 0

Methods

namesummarydefined by
add()Adds translations for a specific language code. Translation keys are set to be case insensitive.tinymce.util.I18n
getCode()Returns the current language code.tinymce.util.I18n
hasCode()Returns true/false if specified language pack exists.tinymce.util.I18n
isRtl()Returns true/false if the currently active language pack is rtl or not.tinymce.util.I18n
setCode()Sets the current language code.tinymce.util.I18n
translate()Translates the specified text. It has a few formats: I18n.translate("Text"); I18n.translate(["Text {0}/{1}", 0, 1]); I18n.translate({raw: "Raw string"});tinymce.util.I18n

Methods

add

add(code:String, items:Object)

Adds translations for a specific language code. Translation keys are set to be case insensitive.

Parameters
  • code (String) - Language code like sv_SE.
  • items (Object) - Name/value object where key is english and value is the translation.

getCode

getCode():String

Returns the current language code.

Return value
  • String - Current language code.

hasCode

hasCode(code:String):Boolean

Returns true/false if specified language pack exists.

Parameters
  • code (String) - Code to check for.
Return value
  • Boolean - True if the current language pack for the specified code exists.

isRtl

isRtl():Boolean

Returns true/false if the currently active language pack is rtl or not.

Return value
  • Boolean - True if the current language pack is rtl.

setCode

setCode(newCode:String)

Sets the current language code.

Parameters
  • newCode (String) - Current language code.

translate

translate(text:String):String

Translates the specified text. It has a few formats: I18n.translate("Text"); I18n.translate(["Text {0}/{1}", 0, 1]); I18n.translate({raw: "Raw string"});

Parameters
  • text (String) - Text to translate.
Return value
  • String - String that got translated.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文