> For the complete documentation index, see [llms.txt](https://xdpxi.gitbook.io/xdlib-3.x.x/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xdpxi.gitbook.io/xdlib-3.x.x/lang-util/set-lang.md).

# Set Language

***

#### Imports

To get started add the import

```java
import dev.xdpxi.xdlib.api.v3.LangUtil;
```

#### Set Language

To set the language that the client is using you can call the `setLang()`

```java
LangUtil.setLang("en_us");
```
