I am trying to get Burn (bootstrapper) to show in different languages and
need a bit of help with this.
I saw an article that mentions that WiX Burn fully supports translations,
but then I read further that it only shows in English???
So what I would like to know is if there is built in language
I think the wrong API call is being used in locutil.cpp. The burn variable
UserLanguageID uses GetUserDefaultLangID which returns the correct value
2057 (en-uk), LocProbeForFile uses GetUserDefaultUILanguage which returns
1033 (en-us).
Detecting the user language in Windows can be really tricky so
Haven't noticed myself but certainly possible that locutil's probing needs
some improvements.
On Wed, Feb 20, 2013 at 10:45 AM, Neil Sleightholm wrote:
> Has anyone noticed that burn doesn't show the correct translation on some
> systems?
>
> In particular en-uk is not displayed, I think this is
Has anyone noticed that burn doesn't show the correct translation on some
systems?
In particular en-uk is not displayed, I think this is because the code reads
the windows lcid as 1033 not 2057. This would probably only show up on systems
whether the Sublanguage is not the default e.g. fr-ca, e
4 matches
Mail list logo