Re: Localize App Title?
Re: Localize App Title?
- Subject: Re: Localize App Title?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 5 Aug 2008 14:14:47 +0200
Le 5 août 08 à 13:25, Chunk 1978 a écrit :
i've localized the info.plist file, and added these keys to the
english
subfile:
<key>LSHasLocalizedDisplayName</key>
<true/>
<key>CFBundleDisplayName</key>
<string>New App Title</string>
but it still shows my original app name...
Please read the documentation.
http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#/
/apple_ref/doc/uid/20001431-110725
CFBundleDisplayName:
[…]
Before displaying a localized name for your bundle, the Finder
compares the value of this key against the actual name of your bundle
in the file system. If the two names match, the Finder proceeds to
display the localized name from the appropriate InfoPlist.strings file
of your bundle. If the names do not match, the Finder displays the
file-system name.
_______________________________________________
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