PDA

View Full Version : issue with SetupData.GetLocalizedString



delanne
09-27-2006, 04:17 AM
Hi all,

My project supports French and English language, and I need some specific localized messages. So I add my own messages in the Languages\French.xml and English.xml like this :
<MSG_MY_CODEID>My message ...</MSG_MY_CODEID>

then in my project I used : SetupData.GetLocalizedString("MSG_MY_CODEID") to get the message.

I have this error when I try to build my project with SF7.0.5.1:
Processing language modules...
Error 2082: Failed to read default messages file: C:\Program Files\Setup Factory 7.0\Languages\English.xml.

??? any idea ???

delanne
09-27-2006, 09:39 AM
it's work ... it was an XML error ... sorry