制作多语言ios应用程序
问题描述:
我需要构建一个多语言的应用程序。例如,该应用程序将在法国和荷兰发布。当应用程序首次首次启动时,用户需要选择一种语言。有更简单的方法吗?在Xcode中,我看到了一些关于本地化的内容。这与它有什么关系吗?
I need to build an app which will be multilingual. For instance, the app will be released in France and the Netherlands. The user needs to select a language when the app first start for the first time. Is there an easier way to do this? In Xcode I saw something about localizations. Does this have anything to do with it?
答
这些是您本地化工作的绝佳资源:
These are great resources for your localization efforts:
- Apple自己的国际化编程主题
- 如何本地化iPhone应用程序教程
- iPhone本地化指南
- Apple's own Internationalization Programming Topics
- How to Localize an iPhone App tutorial
- Localization Guide for iPhone