Have you embedded your Localization Files into your project?
Please, try registering your XML in code, in the InitApplication sub:
MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(Reflection.Assembly.GetExecutingAssembly(), "Offisys.ProFilmeNET.Message_Languages.xml") MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(Reflection.Assembly.GetExecutingAssembly(), "Offisys.ProFilmeNET.Messages_1031.XML")
As for the Connection Wizard, I have a feeling it is not pre-localized yet.
In our medical application, we never ask for a connection from the workstations, only the server. The workstations all look for the server (UDP or IP) and once found, the server sends the workstation the connection string. This makes it MUCH easier than trying to setup every workstation.
Other developers have a central location to which the workstations look (similar to our server approach minus the server) and then pull the connection string from that location when the workstation fires up.
We will more than likely localize this dialog in the next major version, but at present, it would require a significant amount of effort to retro-fit this.