AutomaticUpdater translate

Hi,I've translated all AutomaticUpdater messages. Apply it while form loads, but unless I click on context menu item (check for updates) messages are in english. After selecting 'check for updates' menu item control gets translated.I tried to refresh control just after translation but there was no effect.I've got 2.6.9, checked - it compiles the right version of control dll. What may be wrong?

Are you applying the translations in the Form's constructor or the OnLoad event? If you do it in the constructor then all the strings should be properly translated.

And now it does, I don't know why I didn't try to apply it in constructor before instead I put it in load event. Now after I moved it to constructor it works properly.Thanks!