I'm using Delphi Tokyo and LMDDirDlg and I need to translate the dialogue and also all messages it can produce into multiple languages. How can this be done?
Thanks. What do I need to do? We support 22 languages that can be changed on the fly and currently I am loading the strings from a DLL that we have created
If you use a different way, you need to make sure that resource strings are replaced at runtime by your tool. As mentioned you find LMDConst.pas in lmdcore\strings subfolder all resources with their names (and translations for a few languages).
Thank you, I found in the internet a helpful procedure "HookResourceString" which I am using to get the right translation. With that I am able to change the language on-the-fly and everything will have the right translation
Comments