Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 anEKEventEditViewController从事件存储中创建、编辑和删除事件,但它始终以English显示。有没有办法本地化它,所以它会使用设备的默认语言?
EKEventEditViewController
将info.plist中的Localization 本机开发区域设置为此视图控制器中所需的语言。
另请参阅此 SO 答案。