TinyMCE:API/tinymce.EditorManager/addI18n
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: addI18n
[edit]
Summary
Adds a language pack, this gets called by the loaded language files like en.js.
[edit]
Syntax
<void> addI18n(<String> p, <Object> o)
[edit]
Parameters
- p
- Prefix for the language items. For example en.myplugin
- o
- Name/Value collection with items to add to the language group.
