I had Basic MSI installer project in InstallShield 2011. In this project I had multiple languages support. Now I have migrated this installer project to InstallShield 2019. After migrate, this installer project giving below error while building.
ISDEV : error -7354: The Chinese (Traditional): 中文(繁體) value for string 'IDS_ERROR_68' does not contain a legitimate value for table Error column Message
The installer project was building in InstallShield 2011 but after migrate to InstallShield 2019, it's not able to build.
I'm not able to understand why this happening for some of the strings only and not for all strings of that specific language. Is anyone know the root cause of this issue ? And is there any solution for this issue ?