gpt4 book ai didi

ios - 本地化一个 NSArray

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:10:02 27 4
gpt4 key购买 nike

我一直在用这种方法本地化我的应用程序:

.m文件

... initWithTitle:NSLocalizedString(@"CONFIRMACAO_TEL", @"Message")

Localizable.strings 文件

"CONFIRMACAO_TEL" = "Do you want to call?";

我要本地化的最后一个数据是两个 NSArray,尽管进行了所有搜索,我仍然不知道如何去做。

这是我的数组:

descricaoServicos = [[NSArray alloc] initWithObjects:@"test 1, test 2", @"test 3", @"test 4", nil];

最佳答案

你可以像这样本地化:

descricaoServicos = [[NSArray alloc] initWithObjects:NSLocalizedString(@"test 1, test 2",@"test 1, test 2"), NSLocalizedString(@"test 3", @""), NSLocalizedString(@"test 4", @""), nil];

关于ios - 本地化一个 NSArray,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19657980/

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