I did some more research and apparently it is not possible to change the CurrentUICulture by default to a different language then the native language of the installed OS. It can only be changed when doing something like this in the code itself:
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-us");