WPF update control / multilingual update information

Hi,

First question:I'm using the WPF automatic update control inside my app, which basically works fine.

Inside my code, I'm using the following code in order to get the textual messages translated:AutomaticUpdaterFlashManagerPlus.Translation.TryAgainNow = "Sper nochmals versuchen";

The problem is that the button to which this text belongs to does not adjust its size to its textual content, so parts of the text are clipped (I wanted to upload a screenshot to the forum, but I don't see a way to do so). Is there a way to overcome that deficiency? (e.g. by using auto width for the button).

Also I'm wondering if there is there any difference between the Button "Close" and the button "Try again later".

Second question:WyBuild offers the option to provide custom update information for each new version. Is there a way to provide this information in multiple languages?

ThanksArachaopteryx

The problem is that the button to which this text belongs to does not adjust its size to its textual content, so parts of the text are clipped (I wanted to upload a screenshot to the forum, but I don't see a way to do so). Is there a way to overcome that deficiency? (e.g. by using auto width for the button).

I can't reproduce this. Send the screenshot to support@wyday.com.

Also I'm wondering if there is there any difference between the Button "Close" and the button "Try again later".

It's subtle. Close closes the window but keeps the error visible. Try again later closes the window and hides the error.

WyBuild offers the option to provide custom update information for each new version. Is there a way to provide this information in multiple languages?

That's a great question. As of wyBuild 2.6.6, no. Your changelog can only be in one language. Do you need separate languages?

Just sent the screenshot to you, as requested.

Yes, I would like to have the changelog in multiple languages.The only workaround I can see is providing the message both in English and German inside the changelog area. Since I need two languages only and since my message is quite short, this might work somehow. However it were great if wybuild offered a cleaner solution for that.

ThanksArchaeopteryx

Got the email. I'll try to reproduce this.

Also, we'll add language specific changelogs in wyBuild 2.7 or 2.8.

We've fixed the translation overflow in the AutomaticUpdater 2.6.7. Thanks for reporting this.