Click here to Skip to main content
16,004,653 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi all,

I have an application, it has two parts: installer and application. If I want to give a combox in installer, to let user choose the language. can I programtically get this choice and give this choice to the main application? because in main application, I have a
Localization.CultureInput("fr");
. I want to programatically give "fr" paramter which comes from the installer to this function.Thank you very much.
Posted

If your are using Window Installer, follow the steps that are listed in the link below.Localizing a Windows Installer Package[^]
 
Share this answer
 
Comments
RaviRanjanKr 9-Dec-11 17:03pm    
My 5+
Wonde Tadesse 9-Dec-11 17:10pm    
Thanks
MDNadeemAkhter 10-Dec-11 1:41am    
Nice Answer, My 5+
Wonde Tadesse 10-Dec-11 12:43pm    
Thanks
Monjurul Habib 11-Dec-11 9:47am    
5!
Try
http://msdn.microsoft.com/en-us/library/kcx25hzz.aspx[^]
In order to create a localized installer, you set the Localization property of the deployment project to one of the supported languages. The Localization property setting determines the language for the default text displayed in the installation user interface dialogs during installation.
http://www.installsite.org/pages/en/msi/tips.htm[^]
 
Share this answer
 
Comments
Wonde Tadesse 9-Dec-11 17:10pm    
5+
RaviRanjanKr 11-Dec-11 10:09am    
Thanks :)
MDNadeemAkhter 10-Dec-11 1:40am    
Nice Answer, Have a my 5+
RaviRanjanKr 11-Dec-11 10:09am    
Thanks :)
Monjurul Habib 11-Dec-11 9:47am    
5!
Thank you so much guys. happy holiday season:)
 
Share this answer
 
Comments
RaviRanjanKr 11-Dec-11 10:13am    
A suggestion :- you can use Have a question or Comment button to drop your message and to get Immediate response instead of posting as answer.
Member 8256632 14-Dec-11 15:35pm    
sure. Thanks

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



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