target = service.get(de_US);
confirmEqual("test de_US kind 3", "german", target);
LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234);
logln("lkey prefix: " + lkey.prefix());
logln("lkey descriptor: " + lkey.currentDescriptor());
logln("lkey current locale: " + lkey.currentLocale());
lkey.fallback();
logln("lkey descriptor 2: " + lkey.currentDescriptor());