> For the complete documentation index, see [llms.txt](https://wosa.gitbook.io/working-with-wosa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wosa.gitbook.io/working-with-wosa/functions/client.md).

# Client

Here you can find client functions that you can use to pull and set data in or/and from wosa\_core resource.

![](https://2399483792-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M5wUZvs6DWnie-x7ZVc%2F-M60BmKilAzpuFGY5D40%2F-M60BqIFipc5hKzocjXL%2Fcfunctions.png?alt=media\&token=705ceb6f-3d07-4b5d-8d03-b13ce6fda6ae)

```lua

local text = t(
    label --[[ string ]]
)
​
--[[
​
Parameters:
-> label: The translation string for the invoking resource.
​
Returnal:
-> text : string
​
Example:
print(t('Error'))
​
Description:
Will return the label text from the invoking resource, https://github.com/WosaFramework/Wosa/tree/master/wosa_core/languages.
​
]]
```

```
Wosa.Loop(bool requireCharacter, function()

end)
```
