Hello,
as some of you may have see, iOS 9 now supports lesser spoken languages, such as Klingon. And whoever approved to put Kölsch (ksh-Latn_DE) into there can get a Kölsch Beer from me anytime.
For fun, I tried to localize an app into ksh-Latn_DE, however, while Dates are localized into Kölsch, My app is not.
The main problem seems to be that NSBundle.mainBundle().preferredLocalizations.first returns "en" (whereas NSLocale.currentLocale().localeIdentifier returns "ksh-Latn_DE".
The language of the iPhone is German, so at the very least my suspicion would have been that the preferred language is "de" (if not "ksh")
You can find the sample on https://github.com/below/Lost-In-Translation
Is my iPhone set up wrong? Is my code wrong?
Thanks
Alex