StringIdentity

Parameters
theStringstring
comment
patch

1.07

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
string
Source code
function StringIdentity takes string theString returns string
    return GetLocalizedString(theString)
endfunction