简体   繁体   中英

Localize Settings.bundle with Localizable.strings instead of Root.strings

由于在我的应用程序中自动下载本地化文件,我想知道是否可以使用Localizable.strings而不是Root.strings在Settings.bundle中本地化Root.plist

To use Localizable.strings , we have to use NSLocalizedString for referencing. Both docs for Localizing Your App and Implementing an iOS Settings Bundle don't mention such a method.

From my understanding, the Settings.bundle will be copied to a system folder outside app folder at the time of installation. Your app cannot reach this folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM