本文介绍了制作多语言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自己的
- 教程
- Apple's own Internationalization Programming Topics
- How to Localize an iPhone App tutorial
- Localization Guide for iPhone
这篇关于制作多语言ios应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!