Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序只有 i18n 用于 pt-PT。
但是,当电话设置为英语或任何其他语言时,我的应用程序会显示 i18n 键而不是 pt-PT 中的值。
在您的目标的信息窗格中,选中“本地化本机开发区域”( CFBundleDevelopmentRegion)。这可能是en(因为这是默认设置)。这是最终的后备区域。您可能应该将其设置为pt.
CFBundleDevelopmentRegion
en
pt