I'm trying the trial version and have found that I'm unable to change some texts. For example I need to completely translate MaintenanceFormToolStrip control. I'm able to change button texts and tooltips but I do not know how to translate confirmation box when deleting record ("Are You sure you wish to delete..." etc.).
Can anybody give me an answer please?
Thanks
George
- When I specify MessageKeyType and MessageXMLPath, it works fine, everything is localized properly (even Yes and No texts); however I would like to use Your recommended way (embedded resource) to distribute languages with my application (especially when I would like to have only one...)
- When I do not specify MessageKeyType and MessageXMLPath (for using embedded language files), it never works - disregarding wherher I set language files as Embedde Resource or not
- Finally - as I have mentioned in my previous post - when I try to run Your Sample application (deployed during installation of Your framework) I receive the same error stating that the Message_Languages.xml could not be found. And this is why it seems to me that the problem doesn't come from mz development project but from somewhere else on my computer, since I receive this error when running sample aplication compilled by You...
MicroFour.StrataFrame.UI.Localization.RegisterEmbeddedXmlFile(Reflection.Assembly.GetExecutingAssembly(),
Adding this row has really fixed this problem. I'm going to test the fix posted by Trent.
Ivan, Trent - thanks a lot for Your help!!!