Translated File (xml)

Hi,

How do I use the xml file of translated culture?I must create some code, place the file in a specific folder?

Thank you.

Do you mean someone sent you a wyUpdate translation? (i.e. not one of the built-in translations?)

If so, you can do this by going to the folder:

%appdata%\wyUpdate

then create the "Languages" folder inside that folder (if it doesn't exist). Then copy your translation file inside the "Languages" folder. Restart wyBuild and your new language should appear.

Sorry Sam, I expressed it badly.I want to know how to use the `Brazilian Portuguese.xml ', so that the control automaticUpdater show the messages in that language.

Thank you.

That files is a translation of wyUpdate. If you want to translate the AutomaticUpdater control you have to do it in your form's contructor. See: Translating the AutomaticUpdater control.

Ok, thank you.