Hi there,
I will soon be undertaking localizing our AMS projects and I've run up against an issue. I'm going to use language specfic .ini files that will be read based on a language selection combobox. The .ini file will contain Page specific sections with control entries and their values. I pretty much have this working but I need to deal with any Dialog.Message statements I use.
I can localize the caption and body of the messages through the use of the .ini method, but the buttons will not be localized using Dialog.Message. There probably isn't a way to handle this so I was wondering if the LUA language offers a message box function that I could use instead.
Any information on how I might be able to localize Dialog.Message buttons or an alternate method to this would be appreciated!
Thanks Much in Advance!

Reply With Quote