wollka
Posts: 43
Joined: Sun Oct 22, 2006 6:30 pm

store choosen Language setting to registry

Hi,
Is it possible to write to the registry what language has user choosen for the Multi-language installer?
e. g. if user selects Spanish languge, I want to write HKEYCU\Software\MyApplication\Languge=Spanish...

thanks,
serhiy
GabrielBarbu
Posts: 2146
Joined: Thu Jul 09, 2009 11:24 am
Contact: Website

Re: store choosen Language setting to registry

Hello,

It is possible. The [ProductLanguage] property contains the language identifier. Each language has a language identifier.

You can store this identifier in the registry. Windows Installer does not directly support storing the name of the language.

Regards,
Gabriel
Gabriel Barbu
Advanced Installer Team
http://www.advancedinstaller.com/
wollka
Posts: 43
Joined: Sun Oct 22, 2006 6:30 pm

Re: store choosen Language setting to registry

Thank you!

Return to “Common Problems”