Lua:translate
Revision as of 02:19, 10 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' translate(''String'') Returns a translation of the string. Returns the same string if it can't be found. === Function Parameters === {|width="85%" cellpadding="…')
function translate(String)
Returns a translation of the string. Returns the same string if it can't be found.
Function Parameters
Parameter | Type | Description |
---|---|---|
String | string | The string to translate |