Get Language
Get the current Language used by the client
Imports
To get started add the import
import dev.xdpxi.xdlib.api.v3.LangUtil;
Get Language
To get the language that the client is using you can call the getLang()
LangUtil.getLang();
Last updated