You can use this script to use multiple languages on your server!
Languages available in the menu;
Turkish
English
Portuguese
Italian
French
German
I have stated below what you need to do to use more than one language in a different script;
First Step
Paste the code I gave below at the bottom of your script, you need to paste the same code for each language.
Second Step
For example, you want to use this message in a chat message, use the code I gave below in privMsg();
Final Step
Enjoy It!
Languages available in the menu;
Turkish
English
Portuguese
Italian
French
German
I have stated below what you need to do to use more than one language in a different script;
First Step
Paste the code I gave below at the bottom of your script, you need to paste the same code for each language.
<?php
Lang "EN"
exampletranslate = "Lorem Ipsum";
EndLang
?>
For example, you want to use this message in a chat message, use the code I gave below in privMsg();
<?php
privMsg( langEngine("%{exampletranslate}%") );
?>
Enjoy It!