Electronnet: Include localized resources for mac and linux

Viewed 12

I try to build an electron package for Linux and Mac:

electronize build /target osx /PublishSingleFile false

Within my bin directory, localized resources for "nl" are included. However, after the build, the resources doesn't seem to be part of the application. In other words: localized texts are not visible. I am sure, the culture is set correctly. It seems that the assemblies are not part of the build or something.

When I do the same on Windows, the Windows application is OK and have the correct translations.

Can anybody help me out? It will be appreciated!

0 Answers
Related