Multiple Languages
Built-in multiple language support (GUI), this allows your players to choose their preferred language, you also can add your own language very easy.
Last updated
Was this helpful?
Built-in multiple language support (GUI), this allows your players to choose their preferred language, you also can add your own language very easy.
Last updated
Was this helpful?
We have built-in support for multiple languages per player. Yes, we allow players to select their preferred language. By default, the plugin uses English (which can be changed in settings.yml) as the default language for all.
In the example step below, I will add support language for Turkish
Copy the the en-us.yml file in plugin folder McmmoGuiV2/lang/en-us.yml then rename the Turkish (tr-tr.yml) locale code, you also can find your locale code .
Seconds, you need to add translation of your new language to every existed language file.
Navigate to the language selector GUI located at: McmmoGuiV2/gui/LanguageSelector.yml and add your new language button to the GUI.
Reload the plugin by command /mgui reload
Everything done, now you can translate your Turkish language file.