UiTabBar 超过 5 个标签
我有一个带有超过 5 个视图控制器的选项卡栏。
iPhone 添加了第五个选项卡,称为“更多”。
但据我研究,我找不到将其重命名为西班牙语版本“MAS”的方法。
任何人都可以帮忙吗?
谢谢。
I have a tabbar with more than 5 view controllers.
Iphone adds a 5th tab ,called 'MORE'.
But as much as i've researched, i can't find a way to rename it to the Spanish version, "MAS".
Anyone can help ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您提供应用程序的本地化西班牙语版本,它将显示西班牙语文本。
iPhone 中系统提供的 UI 和文本将以应用程序的默认本地化显示,可能是英语。如果您针对希望支持的每个区域本地化您的应用程序,则本地化的文本和 UI 将用于该区域。
系统将根据用户 iPhone 的区域设置知道应用程序启动时使用哪个区域。
If you provide a localised Spanish version of your app, it will display the Spanish text.
System provided UI and text in the iPhone will display in the default localisation of the app, which is probably English. If you localise your app for each region you wish to support, then the localised text and UI will be used for that region.
The system will know which region to use when the app launches depending on what the user's iPhone's locale is set to.