Hey Гость guess what we've made what we call Translitejs A Simple JS library for all.

Installation Procedures

Step1: wrote:

Download or Link the Script
<script src="http://forumfiles.wap.sh/files/translitejs/v.1.0/translite.js"></script>

Download at http://wcoders.cf/pages/translitejs

Step2: wrote:

Load Languages
to do this call the $lang function
$lang(lang.format,arr.words)
E.g
$lang("en",new Array("hi","nice")

N/B:language format allowed are en,fr,ru,pt,yor,en_1,fr_1 and custom which can be any language.

Step3: wrote:

Set Your CLASS NAME
<div class="{name}">
hello
</div>

Now set $translite.id to {name}. If the class isnt set you can use translite as class name.

Step4: wrote:

Finish It Up
simply call $translite.tolang function at footer
$translite.tolang(to,from) //from isnt required
$translite.tolang("fr")

All together 1-4
<script src="http://forumfiles.wap.sh/files/translitejs/v.1.0/translite.js"></script>
<div class="translite">
hello
</div>
<script>
$lang()
$translite.tolang("fr")
</script>

Nice right well go on start using translitejs