Re: Dynamic translation of a plug-in

by enkonyito » Sun Mar 10, 2024 3:47 am

Your code might not work because you don't use the expected class loader in ResourceBundle.getBundle call. But I'm not sure and hope you'll find by comparing your code to the one in the new version 1.1 of ExportTOSH3F plug-in where I programmed this feature.
This has been working since version 2.7 of the plug-in.
The handling of the Tools menu will wait.
I still used the expected class loader in the [font=courier new]ResourceBundle.getBundle[/font] call in anticipation of future plug-in menu handling.