The documentation for SystemLanguageID says it's the result of calling
GetSystemDefaultLangID, which if you've been following along so far is the
'Language for non-Unicode programs' option, not the localized language of
the installed OS.

As always if you do anything that is not officially documented in the
Platform SDK parts of MSDN, Microsoft reserve the right to move and/or break
it at any time. (They may do this anyway but they might give a little more
warning if it's actually officially supported.)

So I think a DLL custom action is required. If you beg it might get added to
the standard WiX set, but probably only in v3.

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gareth at
Serif
Sent: 23 October 2007 10:09
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Operating System language detection


>Have you tried looking at the SystemLanguageID property?

I was hoping to find a nice simple regkey to look for rather than having to
compose a new DLL function.
-- 
View this message in context:
http://www.nabble.com/Operating-System-language-detection-tf4671232.html#a13
359979
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to