【发布时间】:2012-05-04 13:46:52
【问题描述】:
我想知道是否有人知道如何连接我的应用程序语言和 NSLocalizeStrings, 例如:我的应用在 fr、ru、ro 但用户设备在 en,当用户打开应用时它在 en 但在应用设置中有 ro 或 fr。如何在 NSLocalizedString 中传递我的应用程序语言。 谢谢。
UIAlertView *finishQuiz = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Finished Quiz",@"Quiz finished")
message:NSLocalizedString(@"You answered to all quiestions. If you win you will be informed by e-mail" ,@"Information")
delegate:self
cancelButtonTitle:NSLocalizedString(@"Le menu principale",@"MainMenu")
otherButtonTitles:nil, nil];
【问题讨论】:
标签: iphone ios nslocalizedstring localizable.strings