Bastian,The InfoBox and ErrorBox do not accept a message key. Instead, you can pull from the localization database using the RetrieveTextValue method and pass that value to the ErrorBox.
Imports MicroFour.StrataFrame.Messaging
Imports MicroFour.StrataFrame.UI
InfoBox.ErrorBox(Localization.RetrieveTextValue("MyKey"))