Hi All,

Is anyone out there successfully able to utilize the Dutch (nl-NL) WiX
localizations??

I'm getting 50+ LGHT0311 errors complaining about a mismatched
codepage. However from what I understand (i.e. lots of googling)
Codepage 1252 is indeed correct for the Dutch language. It appears
that it's complaining about any strings with umlauts, however this
makes no sense when I'm able to successfully use the German (de-DE)
localizations.

Error:

    [light] 
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\ErrorProgressText.wxs(18)
: error LGHT0311 : A string was provided with characters that are not
available in the specified database code page '1252'. Either change
these characters to ones that exist in the database's code page, or
update the database's code page by modifying one of the following
attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage,
PatchCreation/@Codepage, or WixLocalization/@Codepage.

In this case the string in question is defined in wixlib/WixUI_nl-nl.wxl as:
 <String Id="ProgressTextInstallFiles" Overridable="yes">Bezig met het
kopiëren van nieuwe bestanden</String>

Any help/suggestions/voodoo spells would be appreciated.


Cheers,
Sascha

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to