I am developing and running the composite project for an add-on and a full-stack application. In the add-on I am using a GridExport. When I run the application from the IDE, the messages in the Grid Export Dialog is not translated but when I build the application into a JAR and run it, the messages are being translated using the message bundle.
Why is this happening ?