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/



-------------------------------------------------------------------------
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