Have you tried to add the en-us to the 'cultures to build' in project
properties?
These loc variables are really defined there?

Arthur Curvello 
arthur.curve...@conv.com.br
tel +55 21 2494-5476
cel +55 21 9762-4284

Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo
quaisquer anexos, é confidencial e está reservada apenas à pessoa ou
entidade para a qual foi endereçada. Se você não é o destinatário ou a
pessoa responsável por encaminhar esta mensagem ao destinatário, você está,
por meio desta, notificado que não deverá rever, retransmitir, imprimir,
copiar, usar ou distribuir esta mensagem de e-mail ou quaisquer anexos. Caso
você tenha recebido esta mensagem por engano, por favor, contate o remetente
imediatamente e apague esta mensagem de seu computador ou de qualquer outro
banco de dados. Grato. 

Confidentiality Notice: The information contained in this email message,
including any attachment, is confidential and is intended only for the
person or entity to which it is addressed. If you are neither the intended
recipient nor the employee or agent responsible for delivering this message
to the intended recipient, you are hereby notified that you may not review,
retransmit, convert to hard copy, copy, use or distribute this email message
or any attachments to it. If you have received this email in error, please
contact the sender immediately and delete this message from any computer or
other data bank. Thank you. 




-----Original Message-----
From: Tripphippy [mailto:mike.go...@sungard.com] 
Sent: Thursday, March 26, 2009 6:29 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Help with localization


Hello Forum,
I built a wixlib and link to it from a wixproj file. The contents of the
wixlib is basically the UIExtension dialogs slightly modified for my
purpose.
The wixlib compiles alright but my wixproj is not compiling anymore since I
got the wixlib to compile.
Relevant command line info and error is below.

3>------ Rebuild All started: Project: MHSetup, Configuration: Debug x86
------
3>              C:\Program Files\Windows Installer XML v3\bin\candle.exe
-dDebug -d"DevEnvDir=C:\Program Files\Microsoft Visual Studio
9.0\Common7\IDE\\" -dSolutionDir=C:\C\MHtip\SETUP\WIX\MHSetup\
-dSolutionExt=.sln -dSolutionFileName=MHSetup.sln -dSolutionName=MHSetup
-dSolutionPath=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup.sln
-dConfiguration=Debug -dOutDir=bin\Debug\ -dPlatform=x86
-dProjectDir=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\ -dProjectExt=.wixproj
-dProjectFileName=MHSetup.wixproj -dProjectName=MHSetup
-dProjectPath=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\MHSetup.wixproj
-dTargetDir=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\ -dTargetExt=.msi
-dTargetFileName=MHSetup.msi -dTargetName=MHSetup
-dTargetPath=C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\MHSetup.msi -out
obj\Debug\MHSetup.wixobj -arch x86 MHSetup.wxs
3>              C:\Program Files\Windows Installer XML v3\bin\Light.exe
-cultures:en-us -out
C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\MHSetup.msi -pdbout
C:\C\MHtip\SETUP\WIX\MHSetup\MHSetup\bin\Debug\MHSetup.wixpdb
obj\Debug\MHSetup.wixobj
X:\mh\SETUP\WIX\MHSetup\MicrohedgeWixLib\bin\Debug\MicrohedgeWixLib.wixlib
3>C:\C\MHtip\SETUP\WIX\MHSetup\MicrohedgeWixLib\ErrorDlg.wxs(17,0): error
LGHT0102: The localization variable !(loc.ErrorDlgErrorText) is unknown.
Please ensure the variable is defined.
3>C:\C\MHtip\SETUP\WIX\MHSetup\MicrohedgeWixLib\ErrorDlg.wxs(18,0): error
LGHT0102: The localization variable !(loc.WixUIYes) is unknown.  Please
ensure the variable is defined.
3>C:\C\MHtip\SETUP\WIX\MHSetup\MicrohedgeWixLib\ErrorDlg.wxs(21,0): error
LGHT0102: The localization variable !(loc.WixUICancel) is unknown.  Please
ensure the variable is defined.

The list of errors go on and on but that is the basic idea.

I know that these errors are related to the en-us.wxl file not being
processed yet the command argument -cultures:en-us is right there on the
command line.
I have no idea why I am getting these errors. Could this be a bug in Wix?
-Tripphippy

-- 
View this message in context:
http://n2.nabble.com/Help-with-localization-tp2541204p2541204.html
Sent from the wix-users mailing list archive at Nabble.com.


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



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

Reply via email to