Language error for particular text in crystal report
Hello,
We are trying to run crystal report APY2021-in FSCM environment(PT8.52, 9.1), but every time the report is printing the amount(for example: one hundred rupee only) in French instead of English. Other text is in English only.
If we open the crystal report and change the formula for amount
stringVar RptLang :={APY2021.PREFERRED_LANGUAGE};
if stringVar RptLang = "E" then 1
else
Then amount will come in English. Once we will close the report and reopen it, it will again come in French
Kindly help me to fix this issue.
Thanks,
Sweta Kumari