Reputation: 99
I am trying to localize a VCL application, but I can't seem to find LoadNewResourceModule
and ReinitializeForms
. What unit(s) do I need to add to the uses
clause for Delphi 10.3.4? Or is there another way to switch language dynamically?
Reference: http://docwiki.embarcadero.com/RADStudio/Sydney/en/Dynamic_Switching_of_Resource_DLLs
Upvotes: 2
Views: 1086
Reputation: 1037
LoadNewResourceModule and ReinitializeForms are only for an example purposes. They are not very practical because it recreates the form.
Here is a complete Delphi localization document. It also shows how to make the runtime language switch in the right way.
You can localize your application in many way
Upvotes: 1