Ah that makes more sense, learned something new now then =)

But why does

<String Id="ProgressTextCostInitialize">Beräknar hur mycket utrymme som krävs</String>

Work for <ProgressText> tags? Without me having to do <ProgressText ....>$(loc.ProgressTextCostInitialize)</ProgressText>


From: Bob Arnson <[EMAIL PROTECTED]>
To: Pseudonymic Wannabe <[EMAIL PROTECTED]>
CC: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] UIText localization error and missing uninstall text
Date: Mon, 14 May 2007 07:34:52 -0700

Pseudonymic Wannabe wrote:
<UIText Id="SelChildCostPos">This feature requires [1] on your hard
drive.</UIText>
If that's attempted localized as:
<String Id="UITextSelChildCostPos">This feature requires [1] on your hard
drive</String>
then the dialog which is supposed to show the text instead shows:
!!SelChildCostPos is missing from the UIText Table!!

The WixLocalization/String element just defines the string. It must then be referenced using $(loc.id) (in WiX v2 or !(loc.id) in WiX v3). e.g.:

<UIText Id="MenuCD">!(loc.UITextMenuCD)</UIText>

--
sig://boB
http://joyofsetup.com/



_________________________________________________________________
Make every IM count. Download Messenger and join the i’m Initiative now. It’s free. http://im.live.com/messenger/im/home/?source=TAGHM_MAY07


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to