LocalizationKeyNotFoundException
The specified key [Article] was not found within the localization database.
FileNotFoundException
This is occuring because your application is not setup to look for those messaging files in the correct location. If you are using VB.NET then open the AppMain.vb file...C#, program.cs. In either case, go to the InitApplication method and make sure to set your XML path:
MicroFour.StrataFrame.UI.Localization.MessageXmlPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly.Location)
The above code will set the path to the same as the EXE that is being executed.
There is another Error, wenn i start the Message Editor and click on "Translation"
I just tested this without any translation packages and you are correct. I will fix this and get a build out on the web. Thanks for the tip.