AutomaticUpdate Translation

Hello Wyatt,

I don't find the Translate property in the AutomaticUpdater instance.I read the post: http://wyday.com/wybuild/help/automatic-updates/translate.phpbut i can't do it.I have wyBuild 2.6.5.0 and AutomaticUpdater 2.6.3

Thank you and sorry for my English

Hey Jesus,

Sorry that was a typo. It's the Translation property. I've updated the help document to reflect that.

Also, it doesn't exist in the Browse properties in the designer. You have to set the properties in your code. E.g.:

automaticUpdater.Translation.AlreadyUpToDate = "Your already up to date string";......

Thank you Sam. 😀

Hi,

I tried to modify the translation of the item menu "checks for update" in my code (here in the form_load()) :I tried both, but I always have "check for updates" in my item menu.

automaticUpdater.Translation.Checking = "Mises jour"; automaticUpdater.Translation.CheckForUpdatesMenu = "Mises jour";

Thanks for your help,

This is a bug. Thanks for reporting it.

We'll have this fixed in AutomaticUpdater 2.6.8.

This is fixed in wyBuild 2.6.8. Thanks for spotting this.