Difference between revisions of "Lua:translate"

From Cheat Engine
Jump to navigation Jump to search
(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="…')
 
Line 22: Line 22:
 
=== Related Functions ===
 
=== Related Functions ===
 
* [[translateID]]
 
* [[translateID]]
 +
* [[getTranslationFolder]]
 +
* [[loadPOFile]]
 
* [[ansiToUtf8]]
 
* [[ansiToUtf8]]
 
* [[utf8ToAnsi]]
 
* [[utf8ToAnsi]]

Revision as of 02:21, 10 March 2017

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


See also

Related Functions