May be it could provide a warning message for missing strings that would
make it obvious what was happening. I have worked around the Dutch
problem for now by including "-loc WixUI_en-us.wxl" on the light command
line, but as you have observed, I now don't know what isn't translated.

Neil

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: 27 September 2008 19:08
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Light cultures option

Neil Sleightholm wrote:
> The difference is that when you build your own localisation you can
> specify more than more wxl but when you include an extension cultures
> only selects the first culture it finds and does read anymore, in
> Library.cs - GetLocalization() it returns on the first culture it
finds.
> Therefore, and I might be wrong, it never falls back to another
culture
> because they are not loaded.
>   

Agreed. The -cultures switch only supports fallback on the level of an 
entire loc set, not for individual strings. We've talked about adding 
support for a specific fall back set so it would always be loaded. I 
want to make sure that it's something you specify, though, because I 
don't want an "accidental" fallback: It should be obvious when a string 
is missing in your "preferred" loc set and you're falling back to en-us 
(for example).

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to