- Create VCL Forms Application
- Drop a TLabel component on the form.
- As per Adding Languages to a Project add language French CANADA and compile the project with this changes.
- Open .dfm file and change the caption of label under french translation column.
- Deploy the exe in another machine as mentioned in Localizing Applications
- Execute the exe and noticed those junk characters instead of the original string.
When we try to build the exe for French Canada some of the characters(like é) are coming as differently as “©” Which is incorrect. is there any solution for this?