Translation2::translate() -- Get translated string
Description
Search the translation for the string passed as parameter
Parameter
- string
$string
This is NOT the stringID, this is a real string. The method
will search for its matching stringID, and then it will
return the associate string in the selected language.
- string
$langID destination language code
Note
This function can not be called
statically.