Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Using Languages

tstone edited this page Sep 13, 2010 · 1 revision

To load a custom language, simply include that language script before MarkEdit.

<script type="text/javascript" src="/js/lang/markedit.lang.zh.js"></script>
<script type="text/javascript" src="/js/jquery.markedit.js"></script>

If you are interested in creating a translation script, the markedit.lang.template.js is included for your convinience. Note that any object not included in the translation will be auto-populated by English.

Clone this wiki locally