Localising the setup project

  • Thread starter Thread starter C-Services Holland b.v.
  • Start date Start date
C

C-Services Holland b.v.

Hi,

Is there a way to make a setup program created in vb.net display in
Dutch? The localisation option in the setup project lets me choose a few
languages such as Spanisch, Chinese and English, but no Dutch. When set
to neutral, it'll still display in English despite the fact I'm using a
Dutch Windows version.

So it it possible to add something like a language pack? I only need it
for the setup project since my program is already completly in Dutch.
 
If everything else fails, I think you can use orca.exe (search in google) to
edit directly the tables with strings inside the output msi file.

Other alternative is to use other installers such as InnoSetup (freeware),
which allows you to localize easily the setup.
 
Carlos said:
If everything else fails, I think you can use orca.exe (search in google) to
edit directly the tables with strings inside the output msi file.

Other alternative is to use other installers such as InnoSetup (freeware),
which allows you to localize easily the setup.

Thanks,

I've use InnoSetup extensively for other project. I hoped it was
possible using the .NET setup project, but I guess I have to go back to
Inno.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top