Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi, I am developing some service and application which requires that service.
I am setting application's culture as current regional settings culture.

I created a installer for this service as well as for application using Wix Installer toolkit.

Here the problem is, application's culture is not set as regional setting culture in installed application.But, if I run from visual studio this works fine.

Can any one help me on how to develop Wix Installer which should allow the application to get the current regional settings culture.

Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 28-Oct-15 10:34am    
Maybe it's not about your installer; this is about application itself. As I understand, you are not trying to enforce some culture for the application be the user choice (which also would be possible), you are trying to use the current culture. But your application can do it without any installations: you can use either neutral or default culture. Your application can be either totally culture-sensitive, or culture-insensitive. Just think about it.
—SA
Philippe Mori 28-Oct-15 12:49pm    
Are the appropriate assemblies installed for each language at the correct location?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900