Hi YEH,

In order to change the text of existing dialogs you need to override the
default texts.
First look into the source of the dialog you want to modify and get the
localization string you want to modify.

In your case you want to modify the text in ResumeDlg, you may want to look
here
http://wix.cvs.sourceforge.net/*checkout*/wix/wix/src/ext/UIExtension/wixlib/ResumeDlg.wxs

For example you wan to modify the description text
"!(loc.ResumeDlgDescription)".
Create a localization file (wxl) if you don't have yet. and override the
existing value.

Add <String Id="ResumeDlgDescription" Overridable="yes">You new
text</String>

Best Regards,
Romeo

-- 
View this message in context: 
http://n2.nabble.com/How-can-I-change-texts-in-existing-dialog-tp4456862p4458988.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to