Re: App opens in wrong language on some users' machines
Re: App opens in wrong language on some users' machines
- Subject: Re: App opens in wrong language on some users' machines
- From: Quincey Morris <email@hidden>
- Date: Sat, 05 Mar 2016 17:41:19 -0800
- Feedback-id: 167118m:167118agrif8a:167118sVdkOoBsgx:SMTPCORP
On Mar 5, 2016, at 17:24 , Quincey Morris <email@hidden> wrote:
>
> the strings themselves are demonstrably different
Well, I take this back. The .strings *files* are demonstrably different.
Normally, the method for looking up localized strings (-[NSBundle localizedStringForKey:value:table:]) returns the key if the localized value doesn’t exist, but the keys in the IB-generated .strings files for the other localizations are *not* the English text from the base localization, but some random IB object IDs. That might explain why the rules are different: returning the key would be meaningless.
The only way to find out would be to submit a bug report with the question. In practical terms of getting a solution out to your users, I guess you just fix it using whatever means work right now.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden