Server
Here you can find server functions that you can use to pull and set data in or/and from wosa_core resource.

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.
]]
Last updated
Was this helpful?