๐คMultiligual
Introduction
Usage
LM.Get("Humans"); // It returns "ไบบ็ฑป" if your game language is ChineseLM.LoadLocales("path-to-csv-file");LM.LoadLocale("path-to-mod-folder/Locales/en.json"); // Load English locale file
LM.LoadLocale("path-to-mod-folder/Locales/cz.json"); // Load Simplified Chinese locale filecsv format locale file
json format locale file
Automatically load
Last updated