On 25/12/2013 18:27, Petr Pchelko wrote:
Hello, Paul.
Thanks, my application is actually packaged using this fork of
appbundler https://bitbucket.org/infinitekind/appbundler
So will
<key>CFBundleAllowMixedLocalizations</key>
work for that as well ?
I’ve never tried to use this tool, so I do not know. But you could
simply try that just by adding
<key>CFBundleAllowMixedLocalizations</key>
<true/>
to the Info.plist of a bundled app. I suppose it should work.
If it does not the javafxpackager is available in JDK8 EA builds and
it works not only for JavaFX but for Swing applications too.
With best regards. Petr.
Confirmed works thx.
Would be nice if could be put into infinitekinds Appbundler anyone, had
a look at the source code myself but got nowhere.
Paul