NSShowNonLocalizedStrings?
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=QWg8FYY2mGXbxAbFTU9GvqtlPjWypT/H+4JTaa6kQHw=; b=TdtgSlCe+0WBfHmtZ6P0/NnwMuWlT5JoxBK4c0ngWJbnufMcEA/sRZSRZw0ZQN1q80 MhQc4herCvIoB81nOK5WOkfBBLtZJlbzt+Nx/zlLbtBae2lQ5qmBHZlCVsEVFgjqESo1 YD8nyMm3d8zSS7TTyNmRcbDTKSjyFEdkvFi0U= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=JUeFxh2NUXF0h79ls1rPhzkz0GpkbRLvsv6ClUX2aK/0cUJTcaxNDH1o2rD3QqT00N za9VSvsU/DAv66UvJXF2mXWD0qu1W+J4hyAbFCYfJ8P+2SupNspLqmndXo/TH97FvAdg CJxTHn9GsEb7UMhb5cpmZAZ5sNy+KKcORWCY0= Is the NSShowNonLocalizedStrings default values supposed to work as described in the documentation? "If you set this default to YES (in the global domain or in the application’s domain), then when the method can’t find a localized string in the table, it logs a message to the console and capitalizes key before returning it."
From what I've experienced, when this key is set to YES, almost all the localized strings are displayed upper-case in the UI (even the ones in nib files).
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre