App Store 中显示的语言错误!
上周我向 App Store 发布了我的第一个应用程序。我所看到的是,应用程序商店中显示的应用程序语言不正确。我的应用程序只有德语版本,但在 App Store 中显示的是英语。
有人可以告诉我我到底该怎么做才能使应用商店中的语言为德语吗?我知道我需要一个“de.lproj”文件夹,但我不知道这个文件夹应该包含什么,以及我必须一步一步做什么才能以正确的方式实现这一点。
Last week I distributed my first app to the App Store. what i've to see was, that the app language which is shown in appstore is not the right one. my app is just in German, but in App Store english is shown up.
Can somebody tell me what I've exactly got to do, so that the language in the appstore is German? I know I need a "de.lproj" folder, but i don't know what this folder should contain and what I've got to do step by step to realize that the right way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要做的就是在应用程序的 info.plist 文件中的“本地化本机开发区域”属性中写入“德语”(不带引号)。
All you need to do is write "German" (without the quotes) at the "Localization native development region" property in your info.plist file of you application.
我认为您忘记在 info.plist 文件中提及应用程序的默认语言。
I think you forgot to mention the default language of your application in your info.plist file.