Using the Apple menu (Apple.laf.useScreenMenuBar) the menu items are always in English whatever set as Preferred Language
Paul Taylor
paul_t100 at fastmail.fm
Mon Jan 6 12:42:26 PST 2014
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
More information about the macosx-port-dev
mailing list