Re: Dynamic translation of a plug-in
This has been working since version 2.7 of the plug-in.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.
I still used the expected class loader in the [font=courier new]ResourceBundle.getBundle[/font] call in anticipation of future plug-in menu handling.The handling of the Tools menu will wait.