Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect language detection in burn #3922

Closed
wixbot opened this issue Feb 26, 2013 · 2 comments
Closed

Incorrect language detection in burn #3922

wixbot opened this issue Feb 26, 2013 · 2 comments
Labels
Milestone

Comments

@wixbot
Copy link

wixbot commented Feb 26, 2013

I think the wrong API call is being used in LocProbeForFile() - locutil.cpp.

The burn variable UserLanguageID uses the API call GetUserDefaultLangID() which returns the correct value on a UK English PC 2057 (en-uk), LocProbeForFile() uses GetUserDefaultUILanguage() which returns 1033 (en-us).

Originally opened by nsleigh from http://sourceforge.net/p/wix/bugs/3221/

@wixbot
Copy link
Author

wixbot commented Apr 7, 2013

Should be fixed in recent build.

@wixbot
Copy link
Author

wixbot commented Apr 7, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant