How to dynamic switching of resource dlls with hyrda?

I want realize a internationalization & localization application with hyrda, but I can’t get correct localized UI in plugin at runtime. and I can’t dynamic switching resource dlls in application. how can to set localize resource dll at plugin loading, and dynamic switch resource? Thx.

Would be great if you could provide more details and/or a testcase for the issue.

Simple Visual.zip (136.4 KB)

I added 2 buttons in UI, a button is ‘to CHS’, all button can change to ‘CHS xxxx’ after click. and EN button same to it. Thanks.

I’ve added

  IChangeLocale = interface
  ['{57845635-A139-44A7-8748-FD4F8E6447AD}']
    procedure Change(aLocale: Integer);
  end;

that allows to change locale in plugins
testcase.zip (57.7 KB)

Thanks, very much.