Follow-up: How do you localise the file name of an application?
Follow-up: How do you localise the file name of an application?
- Subject: Follow-up: How do you localise the file name of an application?
- From: Sunrise Ltd <email@hidden>
- Date: Thu, 12 Aug 2004 15:38:37 +0900 (JST)
OK, so I finally managed to solve this and for anybody who
needs to localise their application names, I have put up a
HOWTO on the web.
Here is the URL ...
http://www.sunrise-tel.com/HOWTOs/Xcode/Localisation/LocalisingBundleName.html
In a nutshell (and for the archives) here is a summary ...
1) In the target inspector edit your general Info.plist
enter two properties, CFBundleDisplayName (set to the same
value as CFBundleExecutable) and LSHasLocalisedDisplayName
(boolean, set to Yes).
2) Edit the localised Info.plist files
Set CFBundleName to the translated name and enter a new
property CFBundleDisplayName (set to the same value as
CFBundleName).
3) Verify the results
If the current locale is the localised language, the
Finder should have changed the display name to the
localised name. In any other case, the name should be
displayed as the filename of the bundle.
rgds
benjk
--
Sunrise Telephone Systems Ltd
9F Shibuya Daikyo Bldg., 1-13-5 Shibuya, Shibuya-ku, Tokyo, Japan
__________________________________________________
GANBARE! NIPPON!
Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE
http://mail.ganbare-nippon.yahoo.co.jp/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.