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