gpt4 book ai didi

ios - NSLocationAlwaysUsageDescription/NSLocationWhenInUseUsageDescription : where to put translations

转载 作者:可可西里 更新时间:2023-11-01 06:20:03 27 4
gpt4 key购买 nike

我的应用支持 3 种不同的语言:EN、DE、FR由于 NSLocationAlwaysUsageDescription/NSLocationWhenInUseUsageDescriptionInfo.plist 中定义,我想知道我将 DE 和 FR 的值放在哪里。有什么想法吗?

最佳答案

为了将 Info.plist 翻译成 3 种语言,您需要在以下每个目录中创建一个 InfoPlist.strings 文件:

  • en.lproj
  • fr.lproj
  • de.lproj

这3个文件应该有以下内容:

NSLocationWhenInUseUsageDescription = "YOUR TEXT HERE";
NSLocationAlwaysUsageDescription = "YOUR TEXT HERE";

由于文件不会自动显示在 Xcode 的项目导航器中,您必须手动将它们添加到项目包中,这可以通过在 Xcode 中右键单击项目名称并选择 Add files to X 选项,然后选择您刚刚创建的文件。


此外,如果您想测试结果并确保一切正常,仅在 Edit Scheme > Run > Options 中更改 Application Language 是不够的。

您需要通过设置 > 通用 > 语言和地区 > iPhone 语言 更改模拟器设备 语言

关于ios - NSLocationAlwaysUsageDescription/NSLocationWhenInUseUsageDescription : where to put translations,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30583427/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com