Set Language
Set the Language that the user will use
Imports
To get started add the import
import dev.xdpxi.xdlib.api.v3.LangUtil;
Set Language
To set the language that the client is using you can call the setLang()
LangUtil.setLang("en_us");
Last updated