Languages in Windows Installer

From: Prashant Bafna <appu.bafna_at_gmail.com>
Date: Sat Aug 04 2012 - 10:45:36 CEST

Hi,

In the Windows Installer of the trunk and 2.8.6 as well, the Language
Selection Dialog (for the Windows Installer only) shows only about 20
Languages. However we have the Lang NSH files for about 50 Languages
in msvc2008/Setup/NSISv2/lang.

The reason for this is a feature introduced in NSIS :
http://nsis.sourceforge.net/Why_does_the_language_selection_dialog_hide_some_languages

It says that language selection dialog of Modern UI hides languages
unsupported by the user's selected codepage by default. However if we
want to display all the languages we can do so by simply defining
MUI_LANGDLL_ALLLANGUAGES.

But the question is should we display all languages irrespective of
the user's codepage ? or keep it as it is ?

Thanks,
Prashant
Received on Sat Aug 4 10:46:58 2012

This archive was generated by hypermail 2.1.8 : Sat Aug 04 2012 - 10:46:58 CEST