Thanks Blair. You're a truly expert on Wix.

I added "<UIRef Id="WixUI_ErrorProgressText"/>" in my code. It works!

By the way, how does LCID work? Currently, in my code, I have "Language='1033'" 
in my code, is this okay?

Thanks.



________________________________
From: Blair <os...@live.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Tuesday, November 3, 2009 10:18:47 PM
Subject: Re: [WiX-users] Some text on progress dialog

If you want to use the WiX-supplied values, you need to have the following
element in your authoring: <UIRef Id="WixUI_ErrorProgressText"/> and have
"es-es" in your -Cultures parameter for light.exe. Otherwise, you need to
make sure your ProductLanguage is set to some LCID that identifies Spanish
so it will use the strings from the OS (assuming the OS has Spanish language
support installed).

-----Original Message-----
From: little.forest [mailto:little.for...@ymail.com] 
Sent: Tuesday, November 03, 2009 5:38 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Some text on progress dialog

We use Wix 3.0.


In the progress dialog, there are some text showing during installation such
as "Starting services", "Copying new files" or "Stopping services". I wonder
if these text configurable based on different language?

I found these string IDs and add the translation in each wxl files. But it
doesn't seem working. It still always shows English no matter what language
we choose. For instance, I have these in the WinUI_es-es.wxl:
<String Id="ProgressTextStartServices">Iniciando servicios</String>
<String Id="ProgressTextInstallFiles">Copiando archivos nuevos</String>
<String Id="ProgressTextStopServices">Deteniendo servicios</String>
<String Id="ProgressTextCreateShortcuts">Creando accesos directos</String>
<String Id="ProgressTextRegisterProduct">Registrando producto</String>
<String Id="ProgressTextRollbackCleanup">Quitando archivos de copia de
seguridad</String>


But the Spanish installer still shows English. 

I doubt if these strings are from shell? Namely, they can't be customized
based on the language? But I'm not sure.

Let me know if you know it.

Thanks.
/Brian


      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/
----------------------------------------------------------------------------
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus
on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



      __________________________________________________________________
Looking for the perfect gift? Give the gift of Flickr! 

http://www.flickr.com/gift/
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to