Comment 4 for bug 796055

Revision history for this message
Daniel Kullmann (daniel-kullmann) wrote : Re: [Bug 796055] Re: Can't find bundle for base name org.syncany.i18n.I18n, locale en_us

For me, both version work:
 public static final Locale DEFAULT_LOCALE = new Locale("en", "US");
and
 public static final Locale DEFAULT_LOCALE = new Locale("en", "us");

So this could be the fix!

On 13/06/11 23:00, Simeon Walker wrote:
> This rings bell with me. I think the java function should use ("en,
> "us") rather than ("en_us").
>