UpdaterController language

I'm using the AutomaticUpdater control in a WPF application that uses current culture to determine the language. AutomaticUpdater is always displaying status messages in English; is it possible to change the language of the AutomaticUpdater?

I just saw that AutomaticUpdater.Translation can be used to change the strings into the correct language; I guess I should translate it myself then?