原文地址:(iPhone开发)Bundle Display Name 改为中文。app显示为中文作者:小新 要先在info的Localizations加入Chinese(zh-Hant) 再進到infoplist.strings裡面改 1. 新增"InfoPlist.strings"多國語言檔 2. 在多語言檔中加入CFBundleDisplayName = "中文AppName"; (雙引號中換成各語言顯示的名稱) 3. 在Info.plist選單中勾選"Application has localized display name", 或是直接加入 LSHasLocalizedDisplayName 参考 http://2.oni.tw/2011/07/iphonebundle-display-name.html http://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPInternat
时间: 2024-11-08 21:53:29