function returns character
Description
This function returns the translated string, based on the string number and the original string.
PostCondition
No specific post condition
PreCondition
No specific pre condition
Parameters
| iiStringNumber | input | integer | The internal number that is associated with the translatable string. |
| icProjectShortCode | input | character | Short code of the project to which the translatable string belongs. |
| icOriginalString | input | character | Original string that needs translation |
Internal usage
unused
program code (program1/technical.p)
if connected("qaddb")
then do:
run StartCacherInPool (output vhFcComponent).
<M-32 run GetCacherTranslation
(input iiStringNumber (iiStringNumber),
input icProjectShortCode (icProjectShortCode),
input-output icOriginalString (bcStringText)) in Cacher>
end.
return icOriginalString.