get

-- ARGUMENTS
-- name: string

-- RETURNS
-- label: string

print( ti.locales.get("test_label") )
--> "Test Label"
       

Last updated