Replies: 7 comments 1 reply
-
You can do that as shown here. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Thanks for your reply.
Not sure where I have to change anything here…French OS, French thread, so where should the CultureInfo be changed?
Sorry but not really familiar with this…
Thx
Philippe
Le 28 sept. 2024 à 09:36, Ravi Patel ***@***.***> a écrit :
You can do that as shown here<https://github.com/ravibpatel/AutoUpdater.NET/blob/master/AutoUpdaterTest/MainWindow.xaml.cs#L19-L21>.
—
Reply to this email directly, view it on GitHub<#714 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH7ZJEZPZ3YYDZUPBP7Z72TZYZMAPAVCNFSM6AAAAABO7HKL46VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZYGIYTGMY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It should show the dialog in French by default if your default language on the OS is French. Are you still getting English dialogs? |
Beta Was this translation helpful? Give feedback.
-
Yes, I do.
I use a forced update and so, when no update is needed, I still get the « No update found » info box in English.
using latest 1.9.2 version
|
Beta Was this translation helpful? Give feedback.
-
BTW, saw somebody from Germany seeming to have the same issue with his EXE in Issues… |
Beta Was this translation helpful? Give feedback.
-
Do you have satellite assemblies for all languages in the folder where your executable resides? |
Beta Was this translation helpful? Give feedback.
-
So, this is a non-issue... |
Beta Was this translation helpful? Give feedback.
-
Hello,
I happened to use AutoUpdater once a while back (about 2 years ago) and I recall that, at that time, there used to be a
AutoUpdater.CurrentCulture = CultureInfo.CreateSpecificCulture("xx");
method where xx could be anything like en, fr, de etc...Did this method disappear now or how can I localize the output messages from AutoUpdater such as "No update for now, please try later" or so?
Thx again for an excellent tool!
Cheers
Beta Was this translation helpful? Give feedback.
All reactions