> 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.md).

# Get

Get localized string with formatting.

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

## Example

```lua
-- Simplify the function.
local _t = LT.Locale.Get
_t('client.hello') -> Hello.
_t('client.hello_name', 'John') -> Hello, John.
```

## Parameters

| Name  | Required | Description |
| ----- | -------- | ----------- |
| `str` | Yes      | Locale key. |

## Returns

* `string`
