Loading
writing language in registry
hi,

 

i have a requirement wherein i have to select the language of installation, which i am able to do by opting for a language selection dialog box. but i am not able to write the selected language in application's registry. please let me know how we could write the selected language in registry file.

 

thanks in advance,

  • For InstallScript and InstallScript MSI projects you could make use if the numeric system variable SELECTED_LANGUAGE.

     

    For Basic MSI projects you could use the ProductLanguage property.

Loading
writing language in registry