# Configuration file

#### ESX Version

```lua
-- ESX Version
Config.versionESX = 'new' --[[
    'old' (Esx 1.1).
    'new' (Esx 1.2, v1 final, legacy or extendedmode).
]]
```

<p class="callout info">Set the ESX version</p>

#####   


#####   


##### Set the language for time

```lua
Config.Locale = 'en' -- en/fr
```

#####   


#####   


##### Bind a command for tablet opening

```lua
Config.Command = 'tablet' -- Set nil to disabled command!
Config.CommandDescription = 'Open tablet'
```

<p class="callout info"><span style="white-space: pre-wrap;">You can set a command for tablet opening. If you want to disable the command opening, set it to </span>`<span class="editor-theme-code">nil</span>`.</p>

#####   


##### Attach an item to tablet usage

```lua
Config.Item = 'xelyos_bob_tablet' -- Set nil to disabled item!
```

<p class="callout info"><span style="white-space: pre-wrap;">You can attach tablet opening to the usage of an item. To not bind the tablet to an item, set it to </span>`<span class="editor-theme-code">nil</span>`.</p>