> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/utilities/locale/get-all-strings.md).

# GetAllStrings

Returns all translated strings as a table.

{% hint style="info" %}
**Side:** Shared · **Category:** Locale · **API:** `LT.Locale.GetAllStrings`
{% endhint %}

## Example

```lua
local result = LT.Locale.GetAllStrings(true)
```

## Parameters

| Name          | Required | Description                                       |
| ------------- | -------- | ------------------------------------------------- |
| `keepNesting` | No       | Whether to preserve the original nested structure |

## Returns

* `table<string, string|table>` Translated strings\`\`
