StringIdentity

Parameters
theString string
comment
patch

1.07

Source
Blizzard.j
return type
string
Source code
function StringIdentity takes string theString returns string
    return GetLocalizedString(theString)
endfunction