1

I am editing text into Chinese language of msi setup using orca tool. I generated transform using ORCA in this language and on applied the same to msi setup. Now on running this msi setup the translated values are not corerct. Orca is not able to parse the Chinese characters.

Example: I changed text "Next" to 关 but on run setup it display as enter image description here

Please help how can i display correct translation using orca.

PhilDW
  • 20,260
  • 1
  • 18
  • 28

1 Answers1

0

Visual Studio Installer projects already know Chinese, so do you really need to do this yourself? The project properties window has a Localization pull-down that has two choices of Chinese.

Apart from that, there is a language in the Summary Information that you haven't said you've changed, as well as ProductLanguage in the Property table.

I also suggest that you generate a Chinese MSI with Visual Studio and check the differences. It seems that it might be a fonts issue.

PhilDW
  • 20,260
  • 1
  • 18
  • 28
  • Actually i need to do it my self, because there are some other language like Vietnamese and this language is not coming in that dropdown. I am facing the same problem with Vietnamese also. So I need to do it manually. Kindly suggest. – Sunil Gupta Jul 16 '18 at 08:43
  • Did you try what I suggested second paragraph ? – PhilDW Jul 17 '18 at 00:03
  • Yes I changed the product language in the property table. but it didn't work – Sunil Gupta Jul 20 '18 at 12:35