检测iphone区域

发布于 2024-08-27 21:13:50 字数 133 浏览 5 评论 0原文

在我的应用程序中,用户应该插入一个电话号码,然后该号码显示在其他地方。

在联系人应用程序中,当显示电话号码时,它会自动以用户选择的语言格式显示。

有没有一种方法可以自动执行此操作,或者可以检测该区域然后调整显示的字符串?

In my app, the user is supposed to insert a phone number, which is then displayed somewhere else.

In the contacts application, when displaying a phone number, it automatically appears in the format of the language selected by the user.

Is there a way to do this automatically, or a way to detect the region and then adapt the displayed string?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空城之時有危險 2024-09-03 21:13:50

您可以使用 NSLocale 来获取此类信息。

[NSLocale currentLocale];

检查文档以获取更多信息:
http://开发人员。 apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/Reference/Reference.html

You can use NSLocale for getting that type of information.

[NSLocale currentLocale];

Check the documentation for further information:
http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/Reference/Reference.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文