检测iphone区域
在我的应用程序中,用户应该插入一个电话号码,然后该号码显示在其他地方。
在联系人应用程序中,当显示电话号码时,它会自动以用户选择的语言格式显示。
有没有一种方法可以自动执行此操作,或者可以检测该区域然后调整显示的字符串?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 NSLocale 来获取此类信息。
检查文档以获取更多信息:
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.
Check the documentation for further information:
http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/Reference/Reference.html