> For the complete documentation index, see [llms.txt](https://docs.ak4y.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ak4y.com/scripts/ak4y-spawn-v2/language-files.md).

# Language Files

```lua
Config.locales["en"] = {
    game = {
        dont_have_money = "You don't have enough money to buy this location.",
    },
    ui = {
        spawn = "SPAWN",
        selector = "SELECTOR",
        user = "USER",
        other_opt = "OTHER <span>OPTIONS</span>",
        last_loc = "Last <span>Location</span>",
        admin_mode = "Admin <span>Mode</span>",
        createlocations = "Create Locations",
        createlocate_desc = "Lorem ipsum dolor sit amet consectetur. Morbi sit donec risus ornare.",
        paid_select = "Paid Selection",
        paid = "PAID",
        free = "FREE",
        cancel = "CANCEL",
        create = "CREATE",
        purchase = "Purchase",
        owned = "Owned",
    },
}
```
