iphone:如何让我的应用程序支持两种或更多语言?

问题描述:

我有英文版的应用程序。我希望它也能用法语文本运行。

I have my app with english version. I want it to run with french text also.

我需要执行哪些步骤?或者我需要什么API或额外代码?

What steps I need to perform? or what API or extra code I will need?

任何示例或教程都会对我有所帮助。

Any examples or tutorial will help me more.

您需要为所有语言添加可本地化的字符串。此外,您还需要为要提供支持的每种语言添加.lproj以及本地化文件。

You need to add localizable strings for all the languages. And also you need to add the .lproj along with the localized file for each language you want to provide the support for.

希望这对您有所帮助。

编辑:

我有一些这些链接对您有用。

I have some of these links useful for you.

http:// www。 icanlocalize.com/site/tutorials/iphone-applications-localization-guide/

http://adeem.me/blog/2009/05/09/tutorial-iphone-localization- in-xib-nib-files /

如何简化iPhone本地化?

http://www.raywenderlich.com/ 2876 / how-to-localize-an-iphone-app-tutorial

我觉得最后一个来自 http://www.raywenderlich.com 是我推荐的最好的。

I feel the last one which is from http://www.raywenderlich.com is the best one I would recommend.

希望这会对你有所帮助。

Hope this helps you.

谢谢