project BLF > class Technical Component > method GetTranslation

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


iiStringNumberinputintegerThe internal number that is associated with the translatable string.
icProjectShortCodeinputcharacterShort code of the project to which the translatable string belongs.
icOriginalStringinputcharacterOriginal 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.