gpt4 book ai didi

ios - 如何在 iOS 模拟器中设置特定语言?

转载 作者:可可西里 更新时间:2023-11-01 05:35:19 24 4
gpt4 key购买 nike

到目前为止我已经这样做了:

Imgur

但我仍然将语言设置为英语:

enter image description here

有人知道我是否遗漏了什么吗?


编辑:

如果我这样做:

- (void)logAllLocales
{
NSLocale *curentLocale = [NSLocale currentLocale];
NSArray *locales = [[NSLocale availableLocaleIdentifiers] sortedArrayUsingSelector:@selector(compare:)];
for (NSString *locale in locales)
NSLog(@"locale '%@' is: %@'", locale, [curentLocale displayNameForKey:NSLocaleIdentifier value:locale]);
}

结果:

‘sv’是:瑞典语’

“sv_FI”是:瑞典语(芬兰)

“sv_SE”是:瑞典语(瑞典)

我将获得三个瑞典语言环境选项,因此从技术上讲,“sv”应该可以。但我也测试了其他选项,但运气不佳。

但如果模拟器需要重置以更改语言,那么我认为我的问题得到了解答。在启动时传入参数是不可能的。 =)

最佳答案

这与您在物理设备中使用的过程相同。进入设置 > 通用 > 国际化并将语言英语更改为瑞典语


根据问题中的第三条评论进行编辑

Well the thing is that I deploy to simulator a lot. And before every deploy I usually want to clean the whole simulator with a hoy-key: I've connected "Reset Content and Settings..." to cmd+K. This makes the simulator reset back to english language even if I set it explicitly via the very obvious way pointed out below. (Settings > General > International) I really want it to be an argument passed on launch. Its a very tedious way to do it manually every single time, especially when Im working only with swedish, norweigan and danish at the moment. =)

尝试用瑞典语/挪威语和丹麦语内容替换 Localizable.string (En) 中的全部内容。所以模拟器是英文的,从英文字符串文件中读取,但显示另一种语言的内容。

关于ios - 如何在 iOS 模拟器中设置特定语言?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23110074/

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